[visp] 06/10: Disable properly Freenect on hurd-i386

Thomas Moulard thomas_moulard-guest at alioth.debian.org
Tue Sep 24 16:18:26 UTC 2013


This is an automated email from the git hooks/post-receive script.

thomas_moulard-guest pushed a commit to branch master
in repository visp.

commit 2c8a0847946655ecadeeab243b03e1576df058b7
Author: Thomas Moulard <thomas.moulard at gmail.com>
Date:   Fri Sep 13 18:01:15 2013 +0900

    Disable properly Freenect on hurd-i386
---
 debian/control |    2 +-
 debian/rules   |    4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/debian/control b/debian/control
index 2237886..35ac9b3 100644
--- a/debian/control
+++ b/debian/control
@@ -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
diff --git a/debian/rules b/debian/rules
index c7926ec..6eb1193 100755
--- a/debian/rules
+++ b/debian/rules
@@ -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
 
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/visp.git



More information about the debian-science-commits mailing list