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
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)
+++ /dev/null
-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
--- /dev/null
+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