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