Skip to content

Commit

Permalink
Fix CPack libusb dependency - fixes #420
Browse files Browse the repository at this point in the history
Signed-off-by: Benn Snyder <[email protected]>
  • Loading branch information
piedar committed Oct 28, 2014
1 parent f578229 commit 846b6bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ IF ( BUILD_CPACK_TGZ OR BUILD_CPACK_DEB OR BUILD_CPACK_RPM )
set(CPACK_PACKAGE_DESCRIPTION "libfreenect for kinect")
set(CPACK_PACKAGE_DESCRIPTION_SUMMARY "libfreenect library for using kinect")
set(CPACK_PACKAGE_NAME "libfreenect-dev")
set(CPACK_DEBIAN_PACKAGE_DEPENDS "libusb-1.0.0-dev")
set(CPACK_DEBIAN_PACKAGE_DEPENDS "libusb-1.0-0-dev")

set(CPACK_PACKAGE_CONTACT "OpenKinect <[email protected]>")
#set(CPACK_PACKAGE_VENDOR "")
Expand Down

0 comments on commit 846b6bf

Please sign in to comment.