diff options
author | Josh Blum <josh@joshknows.com> | 2010-07-16 18:29:16 -0700 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2010-07-16 18:29:16 -0700 |
commit | ef0ca3b183c8526d5895ba918abffc9624bb2290 (patch) | |
tree | 8721d291dffc9dda04374378b47e931119fa4b0b /host/uhd.pc.in | |
parent | e1e3ed670ae4a2f8a4157977631ae8eed88f55b8 (diff) | |
parent | 1f1651ba46e55017bf598f0824b62be5ae2c5fd8 (diff) | |
download | uhd-ef0ca3b183c8526d5895ba918abffc9624bb2290.tar.gz uhd-ef0ca3b183c8526d5895ba918abffc9624bb2290.tar.bz2 uhd-ef0ca3b183c8526d5895ba918abffc9624bb2290.zip |
Merge branch 'package'
Also tweaked pkg config file
Conflicts:
host/CMakeLists.txt
Diffstat (limited to 'host/uhd.pc.in')
-rw-r--r-- | host/uhd.pc.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/host/uhd.pc.in b/host/uhd.pc.in index 2a34e9cfd..536f254ed 100644 --- a/host/uhd.pc.in +++ b/host/uhd.pc.in @@ -1,10 +1,10 @@ prefix=@CMAKE_INSTALL_PREFIX@ exec_prefix=${prefix} -libdir=${prefix}/@LIBRARY_DIR@ +libdir=${exec_prefix}/@LIBRARY_DIR@ includedir=${prefix}/@INCLUDE_DIR@ Name: @CPACK_PACKAGE_NAME@ -Description: Universal Hardware Driver +Description: @CPACK_PACKAGE_DESCRIPTION_SUMMARY@ Requires: Version: @CPACK_PACKAGE_VERSION@ Libs: -L${libdir} -luhd |