Mentions légales du service

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

Disable libfreenect on Hurd (again)

parent f50ee839
No related branches found
No related tags found
No related merge requests found
......@@ -55,7 +55,7 @@ Depends: libopencv-dev [!any-sparc64 !x32],
libx11-dev,
libv4l-dev [!hurd-any],
libusb-dev,
libfreenect-dev,
libfreenect-dev [!hurd-any],
libois-dev [linux-any],
libvisp2.8 (= ${binary:Version}),
${misc:Depends}
......
......@@ -38,7 +38,7 @@ CONFIGURE_ARGS= \
-DUSE_COIN=ON -DUSE_GSL=OFF \
-DUSE_LAPACK=ON -DUSE_OGRE=ON \
-DUSE_XML2=ON -DUSE_GTK2=ON -DUSE_LIBJPEG=ON \
-DUSE_LIBPNG=ON -DUSE_X11=ON -DUSE_LIBFREENECT=ON
-DUSE_LIBPNG=ON -DUSE_X11=ON
# dc1394, v4l and ois are only available on Linux.
ifneq ($(DEB_HOST_ARCH_OS),linux)
......@@ -51,9 +51,9 @@ endif
# freenect is not available on hurd.
ifeq ($(DEB_HOST_ARCH_OS),hurd)
CONFIGURE_ARGS += -DUSE_LIBFEENECT=OFF
CONFIGURE_ARGS += -DUSE_LIBFREENECT=OFF
else
CONFIGURE_ARGS += -DUSE_LIBFEENECT=ON
CONFIGURE_ARGS += -DUSE_LIBFREENECT=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