summaryrefslogtreecommitdiffstats
path: root/host
diff options
context:
space:
mode:
authorNicholas Corgan <nick.corgan@ettus.com>2013-02-14 11:40:15 -0800
committerNicholas Corgan <nick.corgan@ettus.com>2013-02-14 11:40:15 -0800
commita43ec4195a966c88f8841a0e7fb4d5b6ecd115af (patch)
tree65ff76e27d372d76091e249943a25c900736e0b4 /host
parent756eb4df51c7a52710249c22ab274450f6ee3bc9 (diff)
parent3aba3148b78582c2aeea1f3f4dcb7c91bc2ac742 (diff)
downloaduhd-a43ec4195a966c88f8841a0e7fb4d5b6ecd115af.tar.gz
uhd-a43ec4195a966c88f8841a0e7fb4d5b6ecd115af.tar.bz2
uhd-a43ec4195a966c88f8841a0e7fb4d5b6ecd115af.zip
Merge branch 'maint'
Diffstat (limited to 'host')
-rw-r--r--host/cmake/Modules/UHDPackage.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/host/cmake/Modules/UHDPackage.cmake b/host/cmake/Modules/UHDPackage.cmake
index 0feaf91f3..ae11c5042 100644
--- a/host/cmake/Modules/UHDPackage.cmake
+++ b/host/cmake/Modules/UHDPackage.cmake
@@ -142,7 +142,7 @@ SET(CPACK_COMPONENTS_ALL libraries headers utilities examples manual doxygen rea
########################################################################
# Setup CPack Debian
########################################################################
-SET(CPACK_DEBIAN_PACKAGE_DEPENDS "libusb-1.0-0, libboost-dev")
+SET(CPACK_DEBIAN_PACKAGE_DEPENDS "libusb-1.0-0, libboost-all-dev")
SET(CPACK_DEBIAN_PACKAGE_RECOMMENDS "python, python-tk")
FOREACH(filename preinst postinst prerm postrm)
LIST(APPEND CPACK_DEBIAN_PACKAGE_CONTROL_EXTRA ${CMAKE_BINARY_DIR}/debian/${filename})