Unify lib name for wgt and tpk 76/57676/2 accepted/tizen/mobile/20160125.011505 accepted/tizen/tv/20160125.011534 accepted/tizen/wearable/20160125.011546 submit/tizen/20160122.084928 submit/tizen/20160122.094907
authorLukasz Wysocki <l.wysocki@samsung.com>
Thu, 21 Jan 2016 12:14:02 +0000 (13:14 +0100)
committerLukasz Wysocki <l.wysocki@samsung.com>
Thu, 21 Jan 2016 12:51:10 +0000 (13:51 +0100)
Following commits should be merged together:
- https://review.tizen.org/gerrit/#/c/57676/
- https://review.tizen.org/gerrit/#/c/57677/
- https://review.tizen.org/gerrit/#/c/57681/

Change-Id: I19c8641a28fdaed3f0b265cd2a32e2e6cd1d32e0

src/wgt_manifest_handlers/CMakeLists.txt
src/wgt_manifest_handlers/manifest-handlers.pc.in [deleted file]
src/wgt_manifest_handlers/wgt-manifest-handlers.pc.in [new file with mode: 0644]

index e427e59b27c0c7e1411b3f1288c59638c101e89f..1439822261b999e9cd7ba8278125466d4961a3c1 100644 (file)
@@ -44,6 +44,6 @@ INSTALL(DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR} DESTINATION ${INCLUDEDIR}
         FILES_MATCHING PATTERN "*.h")
 
 # Configure and install pkgconfig file
-SET(PKG_FILE manifest-handlers.pc)
+SET(PKG_FILE wgt-manifest-handlers.pc)
 CONFIGURE_FILE(${PKG_FILE}.in ${PKG_FILE} @ONLY)
 INSTALL(FILES ${PKG_FILE} DESTINATION ${LIB_INSTALL_DIR}/pkgconfig)
diff --git a/src/wgt_manifest_handlers/manifest-handlers.pc.in b/src/wgt_manifest_handlers/manifest-handlers.pc.in
deleted file mode 100644 (file)
index 0db8a04..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-prefix=@PREFIX@
-exec_prefix=@PREFIX@
-libdir=@LIBDIR@
-includedir=@INCLUDEDIR@
-
-Name: wgt-manifest-handlers
-Description: Manifest handlers for wgt manifest parser
-Version: @VERSION@
-Requires: manifest-parser
-Libs: -L${libdir} -lwgt-manifest-handlers
-Cflags: -I${includedir}
\ No newline at end of file
diff --git a/src/wgt_manifest_handlers/wgt-manifest-handlers.pc.in b/src/wgt_manifest_handlers/wgt-manifest-handlers.pc.in
new file mode 100644 (file)
index 0000000..0db8a04
--- /dev/null
@@ -0,0 +1,11 @@
+prefix=@PREFIX@
+exec_prefix=@PREFIX@
+libdir=@LIBDIR@
+includedir=@INCLUDEDIR@
+
+Name: wgt-manifest-handlers
+Description: Manifest handlers for wgt manifest parser
+Version: @VERSION@
+Requires: manifest-parser
+Libs: -L${libdir} -lwgt-manifest-handlers
+Cflags: -I${includedir}
\ No newline at end of file