summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CMakeLists.txt1
-rw-r--r--build/libwebappenc.pc.in2
2 files changed, 1 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 436eb74..27a4fee 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -75,7 +75,6 @@ PKG_CHECK_MODULES(WEB_APP_ENC_DEPS
############################ For PC file setting ################################
SET(PC_NAME lib${PROJECT_NAME})
-SET(PC_REQUIRED ${DEPENDENTS})
SET(PC_LDFLAGS -l${PROJECT_NAME})
#SET(PC_CFLAGS -I\${includedir})
diff --git a/build/libwebappenc.pc.in b/build/libwebappenc.pc.in
index b530dcf..e86fde8 100644
--- a/build/libwebappenc.pc.in
+++ b/build/libwebappenc.pc.in
@@ -5,6 +5,6 @@ includedir=@PREFIX@/include
Name: @PC_NAME@
Description: Web application encryption and decryption service based on key-manager
Version: @VERSION@
-Requires: @PC_REQUIRED@
+Requires:
Libs: @PC_LDFLAGS@
Cflags: @PC_CFLAGS@