summaryrefslogtreecommitdiffstats
path: root/host/uhd.pc.in
diff options
context:
space:
mode:
Diffstat (limited to 'host/uhd.pc.in')
-rw-r--r--host/uhd.pc.in8
1 files changed, 6 insertions, 2 deletions
diff --git a/host/uhd.pc.in b/host/uhd.pc.in
index 536f254ed..b27edfd07 100644
--- a/host/uhd.pc.in
+++ b/host/uhd.pc.in
@@ -5,7 +5,11 @@ includedir=${prefix}/@INCLUDE_DIR@
Name: @CPACK_PACKAGE_NAME@
Description: @CPACK_PACKAGE_DESCRIPTION_SUMMARY@
-Requires:
+URL: http://code.ettus.com/redmine/ettus/projects/uhd/wiki
Version: @CPACK_PACKAGE_VERSION@
+Requires:
+Requires.private: @UHD_PC_REQUIRES@
+Conflicts:
+Cflags: -I${includedir} @UHD_PC_CFLAGS@
Libs: -L${libdir} -luhd
-Cflags: -I${includedir}
+Libs.private: @UHD_PC_LIBS@