From 7c4aeaf6be123f3b7c6235d139f8aae00b61e67d Mon Sep 17 00:00:00 2001
From: Thomas Moulard <thomas.moulard@gmail.com>
Date: Thu, 13 Jun 2013 10:49:26 +0900
Subject: [PATCH] Disable v4l on Hurd

---
 debian/control | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/control b/debian/control
index b5dfef8e..786527ff 100644
--- a/debian/control
+++ b/debian/control
@@ -24,7 +24,7 @@ Build-Depends: debhelper (>= 9),
                libavcodec-dev,
                libbz2-dev,
                libx11-dev,
-               libv4l-dev,
+               libv4l-dev [!hurd-any],
                libusb-dev,
                libfreenect-dev,
                libois-dev [linux-any]
@@ -51,7 +51,7 @@ Depends: libopencv-dev [!any-sparc64 !x32],
          libavcodec-dev,
          libbz2-dev,
          libx11-dev,
-         libv4l-dev,
+         libv4l-dev [!hurd-any],
          libusb-dev,
          libfreenect-dev,
          libois-dev [linux-any],
-- 
GitLab