Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/MediaArea/ZenLib.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRicardo Constantino <wiiaboo@gmail.com>2017-07-05 15:39:54 +0300
committerRicardo Constantino <wiiaboo@gmail.com>2017-07-05 15:39:54 +0300
commita23cfd39aa2e187808a1790c55af36a2646c275c (patch)
tree9998858c47dc9ebc93c6972c7e3def235b03ee1c /Project
parent967d8f0323ab439a0b0755165e5daa14c972d49c (diff)
Make template pkg-config file consistent between autotools and cmake
The WstringMissing isn't selectable in CMake so it wasn't added. Also, no idea why CMake build required zlib and autotools didn't.
Diffstat (limited to 'Project')
-rw-r--r--Project/CMake/libzen.pc.in2
-rw-r--r--Project/GNU/Library/libzen.pc.in2
2 files changed, 2 insertions, 2 deletions
diff --git a/Project/CMake/libzen.pc.in b/Project/CMake/libzen.pc.in
index 298f5e7..f0f4888 100644
--- a/Project/CMake/libzen.pc.in
+++ b/Project/CMake/libzen.pc.in
@@ -3,10 +3,10 @@ exec_prefix=${prefix}
libdir=@LIB_INSTALL_DIR@
includedir=@INCLUDE_INSTALL_DIR@
Unicode=@ZenLib_Unicode@
+Libs_Static=@LIB_INSTALL_DIR@/libzen.a -lpthread -lstdc++
Name: libzen
Version: @ZenLib_VERSION_STRING@
Description: ZenLib
Libs: -L${libdir} -lzen -lpthread -lstdc++
Cflags: -I${includedir} @ZenLib_CXXFLAGS@
-Requires: zlib
diff --git a/Project/GNU/Library/libzen.pc.in b/Project/GNU/Library/libzen.pc.in
index 6f5d037..c3e6778 100644
--- a/Project/GNU/Library/libzen.pc.in
+++ b/Project/GNU/Library/libzen.pc.in
@@ -9,5 +9,5 @@ Libs_Static=@libdir@/libzen.a -lpthread
Name: libzen
Version: @PACKAGE_VERSION@
Description: ZenLib
-Libs: -L@libdir@ -lzen -lpthread -lstdc++
+Libs: -L${libdir} -lzen -lpthread -lstdc++
Cflags: -I${includedir} @ZenLib_CXXFLAGS@