[package] restrict v4l to 2.6 kernels only since it uses v4l2 includes (#6972)
[openwrt/svn-archive/archive.git] / libs / libv4l / Makefile
index 70ab9d5ff8ee3262f6e03245e313da32671d8664..b1d90a7cacc2c0cdded9e8c14ef30acebbe0d380 100644 (file)
@@ -23,7 +23,7 @@ define Package/libv4l
   CATEGORY:=Libraries
   TITLE:=Video 4 Linux wrapper libraries
   URL:=http://people.atrpms.net/~hdegoede/
   CATEGORY:=Libraries
   TITLE:=Video 4 Linux wrapper libraries
   URL:=http://people.atrpms.net/~hdegoede/
-  DEPENDS:=+libpthread
+  DEPENDS:=+libpthread @LINUX_2_6
 endef
 
 define Package/libv4l/description
 endef
 
 define Package/libv4l/description
@@ -32,7 +32,7 @@ define Package/libv4l/description
   easy for application writers to support a wide variety of devices without
   having to write separate code for different devices in the same class. libv4l
   consists of 3 different libraries: libv4lconvert, libv4l1 and libv4l2.
   easy for application writers to support a wide variety of devices without
   having to write separate code for different devices in the same class. libv4l
   consists of 3 different libraries: libv4lconvert, libv4l1 and libv4l2.
-  
+
   libv4l1 offers the (deprecated) v4l1 API on top of v4l2 devices, independent
   of the drivers for those devices supporting v4l1 compatibility (which many
   v4l2 drivers do not).
   libv4l1 offers the (deprecated) v4l1 API on top of v4l2 devices, independent
   of the drivers for those devices supporting v4l1 compatibility (which many
   v4l2 drivers do not).