Disable gspcav1 compilation on UML
authorFlorian Fainelli <florian@openwrt.org>
Sat, 27 Sep 2008 14:29:29 +0000 (14:29 +0000)
committerFlorian Fainelli <florian@openwrt.org>
Sat, 27 Sep 2008 14:29:29 +0000 (14:29 +0000)
SVN-Revision: 12730

multimedia/gspcav1/Makefile

index d21c56ab83bea2b9ad590694843c62a0824efb95..1eab82f9e3f2ca13e55092eb550df9c3c86c7ae0 100644 (file)
@@ -23,7 +23,7 @@ define KernelPackage/video-gspca
   SUBMENU:=Video Support
   TITLE:=SPCA5xx based USB webcam support
   URL:=http://mxhaard.free.fr/
-  DEPENDS:=@LINUX_2_6 @USB_SUPPORT +kmod-usb-core +kmod-video-core
+  DEPENDS:=@LINUX_2_6 @USB_SUPPORT !@TARGET_uml +kmod-usb-core +kmod-video-core
   FILES:=$(PKG_BUILD_DIR)/gspca.$(LINUX_KMOD_SUFFIX)
   AUTOLOAD:=$(call AutoLoad,90,gspca)
 endef