-
Notifications
You must be signed in to change notification settings - Fork 6.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[libfreenect2] add opengl and opencl features (#9551)
* add opengl, opencl and cuda features for libfreenect2 * remove cuda feature
- Loading branch information
Showing
2 changed files
with
17 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,14 @@ | ||
Source: libfreenect2 | ||
Version: 0.2.0-3 | ||
Version: 0.2.0-4 | ||
Build-Depends: libusb, libjpeg-turbo | ||
Homepage: https://github.com/OpenKinect/libfreenect2 | ||
Description: Open source drivers for the Kinect for Windows v2 device | ||
Default-Features: opengl | ||
|
||
Feature: opengl | ||
Description: OpenGL support for libfreenect2 | ||
Build-Depends: opengl, glfw3 | ||
|
||
Feature: opencl | ||
Description: OpenCL support for libfreenect2 | ||
Build-Depends: opencl |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters