diff options
author | Martin Braun <martin.braun@ettus.com> | 2016-08-11 13:34:06 -0700 |
---|---|---|
committer | Martin Braun <martin.braun@ettus.com> | 2016-08-11 13:34:06 -0700 |
commit | bd73c26568fa4c35d80efa75a640518d03a1e53f (patch) | |
tree | 561314bf1db5cfb4a880669adf484cc9719904f9 /host/uhd.pc.in | |
parent | 33b69515240eb89d38a7b39f5a94cc9a3711f46a (diff) | |
download | uhd-bd73c26568fa4c35d80efa75a640518d03a1e53f.tar.gz uhd-bd73c26568fa4c35d80efa75a640518d03a1e53f.tar.bz2 uhd-bd73c26568fa4c35d80efa75a640518d03a1e53f.zip |
pkg-config: Added boost_system
Diffstat (limited to 'host/uhd.pc.in')
-rw-r--r-- | host/uhd.pc.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/host/uhd.pc.in b/host/uhd.pc.in index 7ef3b7ebd..7ccd3e913 100644 --- a/host/uhd.pc.in +++ b/host/uhd.pc.in @@ -11,5 +11,5 @@ Requires: Requires.private: @UHD_PC_REQUIRES@ Conflicts: Cflags: -I${includedir} @UHD_PC_CFLAGS@ -Libs: -L${libdir} -luhd +Libs: -L${libdir} -luhd -lboost_system Libs.private: @UHD_PC_LIBS@ |