aboutsummaryrefslogtreecommitdiffstats
path: root/ctl-lib/ctl-utilities.pc.in
diff options
context:
space:
mode:
Diffstat (limited to 'ctl-lib/ctl-utilities.pc.in')
-rw-r--r--ctl-lib/ctl-utilities.pc.in7
1 files changed, 3 insertions, 4 deletions
diff --git a/ctl-lib/ctl-utilities.pc.in b/ctl-lib/ctl-utilities.pc.in
index 845ab0d..0094b54 100644
--- a/ctl-lib/ctl-utilities.pc.in
+++ b/ctl-lib/ctl-utilities.pc.in
@@ -21,11 +21,10 @@ exec_prefix=${prefix}
libdir=${exec_prefix}/lib
includedir=${prefix}/include
-Name: @TARGET_NAME@
+Name: @LEGACY_NAME@
Description: @PROJECT_DESCRIPTION@
Version: @PROJECT_VERSION@
URL: @PROJECT_URL@
-Libs.private: -lafb-helpers
-Libs: -L@CMAKE_INSTALL_LIBDIR@ -l@TARGET_NAME@
+Requires.private: afb-helpers
+Libs: -L${libdir} -l@TARGET_NAME@
Cflags: -I${includedir}
-