diff options
author | Josh Blum <josh@joshknows.com> | 2011-09-01 08:51:59 -0700 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2011-09-01 11:59:06 -0700 |
commit | 31cdaa9feb4009885d8b4e90d5fddff3565a9257 (patch) | |
tree | 2b9453b241bb0afb3a6fd716b83610deb9683727 /host/uhd.pc.in | |
parent | 564453747b91c7d479ba8210c4107539b37f5d15 (diff) | |
download | uhd-31cdaa9feb4009885d8b4e90d5fddff3565a9257.tar.gz uhd-31cdaa9feb4009885d8b4e90d5fddff3565a9257.tar.bz2 uhd-31cdaa9feb4009885d8b4e90d5fddff3565a9257.zip |
uhd: fill in other fields of pkg-config file
Diffstat (limited to 'host/uhd.pc.in')
-rw-r--r-- | host/uhd.pc.in | 8 |
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@ |