summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKiseok Chang <kiso.chang@samsung.com>2017-10-17 16:07:30 +0900
committerKiseok Chang <kiso.chang@samsung.com>2017-10-17 16:08:57 +0900
commitd9dde093599facd5d9e663c7c48b4f1f5b473331 (patch)
tree7c6d13b4e2ba7126c5c8ba6d6c2cbef6a8b21b8d
parentc0c1141c6b1b76b5796598c66bf7afd373a2d5a9 (diff)
downloadsettings-d9dde093599facd5d9e663c7c48b4f1f5b473331.tar.gz
settings-d9dde093599facd5d9e663c7c48b4f1f5b473331.tar.bz2
settings-d9dde093599facd5d9e663c7c48b4f1f5b473331.zip
- remove devel packages Change-Id: If1f0a7f4466fedcffab59ef52bf0b0c35033cf5f Signed-off-by: Kiseok Chang <kiso.chang@samsung.com>
-rwxr-xr-xCMakeLists.txt1
-rwxr-xr-xpackaging/org.tizen.setting-profile_common.spec1
-rwxr-xr-xsrc/CMakeLists.txt9
3 files changed, 0 insertions, 11 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 152fcbb..6c11f65 100755
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -82,7 +82,6 @@ CONFIGURE_FILE(${CMAKE_SOURCE_DIR}/resource/langlist.india.xml.in ${CMAKE_SOURCE
CONFIGURE_FILE(${CMAKE_SOURCE_DIR}/resource/langlist.xml.in ${CMAKE_SOURCE_DIR}/resource/langlist.xml @ONLY)
CONFIGURE_FILE(${CMAKE_SOURCE_DIR}/resource/changeable/org.tizen.setting.xml.in ${CMAKE_SOURCE_DIR}/resource/changeable/org.tizen.setting.xml @ONLY)
CONFIGURE_FILE(${CMAKE_SOURCE_DIR}/resource/changeable/org.tizen.setting_font-lite.xml.in ${CMAKE_SOURCE_DIR}/resource/changeable/org.tizen.setting_font-lite.xml @ONLY)
-CONFIGURE_FILE(${CMAKE_SOURCE_DIR}/src/setting-common-internal.pc.in ${CMAKE_SOURCE_DIR}/src/setting-common-internal.pc @ONLY)
# setting bin
diff --git a/packaging/org.tizen.setting-profile_common.spec b/packaging/org.tizen.setting-profile_common.spec
index c76d529..d701e3c 100755
--- a/packaging/org.tizen.setting-profile_common.spec
+++ b/packaging/org.tizen.setting-profile_common.spec
@@ -227,7 +227,6 @@ mkdir -p %{_prefix}/apps/org.tizen.mode-syspopup/bin/
%{_libdir}/lib*.so.*
%{_libdir}/lib*.so
-%{_libdir}/pkgconfig/setting-common-internal.pc
%{_datadir}/packages/org.tizen.setting.xml
%{_datadir}/icons/default/small/org.tizen.setting.png
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index b1c05aa..97c7eb3 100755
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -166,12 +166,3 @@ INSTALL(DIRECTORY ${CMAKE_SOURCE_DIR}/resource/media/settings DESTINATION ${TZ_S
# install changeable UI code
INSTALL(FILES ${CMAKE_SOURCE_DIR}/resource/changeable/org.tizen.setting.xml DESTINATION ${TZ_SYS_RO_APP}/org.tizen.setting/shared/res/tables)
-
-#-----------------------------------------------------------------------------------
-CONFIGURE_FILE(
- setting-common-internal.pc
- ${CMAKE_CURRENT_SOURCE_DIR}/setting-common-internal.pc
- @ONLY
-)
-INSTALL(FILES ${CMAKE_SOURCE_DIR}/src/setting-common-internal.pc DESTINATION ${LIBDIR}/pkgconfig)
-#-----------------------------------------------------------------------------------