Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 2c8a0847 authored by Thomas Moulard's avatar Thomas Moulard
Browse files

Disable properly Freenect on hurd-i386

parent 3bb6ef4c
No related branches found
No related tags found
No related merge requests found
......@@ -26,7 +26,7 @@ Build-Depends: debhelper (>= 9),
libx11-dev,
libv4l-dev [!hurd-any],
libusb-dev,
libfreenect-dev,
libfreenect-dev [!hurd-any],
libois-dev [linux-any],
visp-images-data
Standards-Version: 3.9.4
......
......@@ -51,9 +51,9 @@ endif
# freenect is not available on hurd.
ifeq ($(DEB_HOST_ARCH_OS),hurd)
CONFIGURE_ARGS += -DLIBFEENECT=OFF
CONFIGURE_ARGS += -DUSE_LIBFEENECT=OFF
else
CONFIGURE_ARGS += -DLIBFEENECT=ON
CONFIGURE_ARGS += -DUSE_LIBFEENECT=ON
endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment