Skip to content

Commit

Permalink
libfreenect2: bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
valgur committed Aug 7, 2023
1 parent 459360d commit 96addd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes/libfreenect2/all/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ def layout(self):

def requirements(self):
self.requires("libusb/1.0.26")
self.requires("libjpeg-turbo/2.1.5")
self.requires("libjpeg-turbo/3.0.0")
if self.options.with_opencl:
self.requires("opencl-headers/2023.04.17")
self.requires("opencl-icd-loader/2023.04.17")
Expand Down

0 comments on commit 96addd5

Please sign in to comment.