diff options
author | Nicholas Corgan <nick.corgan@ettus.com> | 2014-01-24 06:35:09 -0800 |
---|---|---|
committer | Nicholas Corgan <nick.corgan@ettus.com> | 2014-01-24 06:35:09 -0800 |
commit | 23717fd9c60e4c6e900e9e5b300035ebfdbb8ee4 (patch) | |
tree | c3c1177a23fb27ad8c0157a10cb92b3cafee2ae3 /host | |
parent | 9fd308b3429368ee32c89bae4fb8e649ba6baf33 (diff) | |
parent | 5549a2b46acfb3fa5ba172587b29480702e0543c (diff) | |
download | uhd-23717fd9c60e4c6e900e9e5b300035ebfdbb8ee4.tar.gz uhd-23717fd9c60e4c6e900e9e5b300035ebfdbb8ee4.tar.bz2 uhd-23717fd9c60e4c6e900e9e5b300035ebfdbb8ee4.zip |
Merge branch 'uhd/libusbx_prep'
Diffstat (limited to 'host')
-rw-r--r-- | host/cmake/Modules/UHDPackage.cmake | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/host/cmake/Modules/UHDPackage.cmake b/host/cmake/Modules/UHDPackage.cmake index 4968571b5..44a8f3622 100644 --- a/host/cmake/Modules/UHDPackage.cmake +++ b/host/cmake/Modules/UHDPackage.cmake @@ -149,7 +149,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-all-dev") +SET(CPACK_DEBIAN_PACKAGE_DEPENDS "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}) @@ -167,7 +167,7 @@ CONFIGURE_FILE( ######################################################################## # Setup CPack RPM ######################################################################## -SET(CPACK_RPM_PACKAGE_REQUIRES "boost-devel, libusb1") +SET(CPACK_RPM_PACKAGE_REQUIRES "boost-devel") FOREACH(filename post_install post_uninstall pre_install pre_uninstall) STRING(TOUPPER ${filename} filename_upper) |