From c9bc2e4e24b00fbd37ba33bd2ea7bef571722131 Mon Sep 17 00:00:00 2001 From: Nicolas Thill Date: Mon, 1 Sep 2008 14:11:52 +0000 Subject: [PATCH] Changes dependencies on others video modules after [12460] to remain consistent :) SVN-Revision: 12461 --- multimedia/gspcav1/Makefile | 2 +- multimedia/nw802-2.4/Makefile | 2 +- multimedia/ov51x-jpeg/Makefile | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/multimedia/gspcav1/Makefile b/multimedia/gspcav1/Makefile index 0a1bad507e..d21c56ab83 100644 --- a/multimedia/gspcav1/Makefile +++ b/multimedia/gspcav1/Makefile @@ -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 +kmod-usb-core +kmod-video-core FILES:=$(PKG_BUILD_DIR)/gspca.$(LINUX_KMOD_SUFFIX) AUTOLOAD:=$(call AutoLoad,90,gspca) endef diff --git a/multimedia/nw802-2.4/Makefile b/multimedia/nw802-2.4/Makefile index ff39ad7720..de6a424298 100644 --- a/multimedia/nw802-2.4/Makefile +++ b/multimedia/nw802-2.4/Makefile @@ -23,7 +23,7 @@ define KernelPackage/video-nw8xx SUBMENU:=Video Support TITLE:=NW8xx based USB webcam support URL:=http://nw802.sourceforge.net/ - DEPENDS:=@LINUX_2_6 @USB_SUPPORT +kmod-usb-video kmod-video-core + DEPENDS:=@LINUX_2_6 @USB_SUPPORT +kmod-usb-video +kmod-video-core FILES:=$(PKG_BUILD_DIR)/nw8xx.$(LINUX_KMOD_SUFFIX) AUTOLOAD:=$(call AutoLoad,70,nw8xx) endef diff --git a/multimedia/ov51x-jpeg/Makefile b/multimedia/ov51x-jpeg/Makefile index 7bd06d9d66..c987681942 100644 --- a/multimedia/ov51x-jpeg/Makefile +++ b/multimedia/ov51x-jpeg/Makefile @@ -40,7 +40,7 @@ define KernelPackage/video-ov51x-jpeg $(call Package/ov51x-jpeg/Default) SUBMENU:=Video Support TITLE:=OV51x based USB webcam support (JPEG) - DEPENDS:=@LINUX_2_6 @USB_SUPPORT +kmod-usb-core kmod-video-core + DEPENDS:=@LINUX_2_6 @USB_SUPPORT +kmod-usb-core +kmod-video-core FILES:=$(PKG_BUILD_DIR)/ov51x-jpeg.$(LINUX_KMOD_SUFFIX) AUTOLOAD:=$(call AutoLoad,70,ov51x-jpeg) endef -- 2.30.2