add target dependencies to xf86 video drivers

git-svn-id: svn://svn.openwrt.org/openwrt/packages@16196 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nbd 2009-05-29 16:16:48 +00:00
parent 8f0f1f3e82
commit 6f74fcbac5
5 changed files with 5 additions and 5 deletions

View File

@ -21,7 +21,7 @@ define Package/xf86-video-ati
SECTION:=xorg-driver
CATEGORY:=Xorg
SUBMENU:=driver
DEPENDS:=+xserver-xorg @BROKEN
DEPENDS:=+xserver-xorg @TARGET_i386 @BROKEN
TITLE:=xf86-video-ati
URL:=http://xorg.freedesktop.org/
endef

View File

@ -26,7 +26,7 @@ define Package/xf86-video-geode
SECTION:=xorg-driver
CATEGORY:=Xorg
SUBMENU:=driver
DEPENDS:=+xserver-xorg +libpciaccess
DEPENDS:=+xserver-xorg +libpciaccess @TARGET_x86
TITLE:=xf86-video-geode
URL:=http://xorg.freedesktop.org/
endef

View File

@ -23,7 +23,7 @@ define Package/xf86-video-intel
SECTION:=xorg-driver
CATEGORY:=Xorg
SUBMENU:=driver
DEPENDS:=+xserver-xorg
DEPENDS:=+xserver-xorg @TARGET_i386
TITLE:=xf86-video-intel
URL:=http://xorg.freedesktop.org/
endef

View File

@ -22,7 +22,7 @@ define Package/xf86-video-nv
SECTION:=xorg-driver
CATEGORY:=Xorg
SUBMENU:=driver
DEPENDS:=+xserver-xorg
DEPENDS:=+xserver-xorg @TARGET_i386
TITLE:=xf86-video-nv
URL:=http://xorg.freedesktop.org/
endef

View File

@ -25,7 +25,7 @@ define Package/xf86-video-vesa
SECTION:=xorg-driver
CATEGORY:=Xorg
SUBMENU:=driver
DEPENDS:=+xserver-xorg +libpciaccess
DEPENDS:=+xserver-xorg +libpciaccess @TARGET_i386
TITLE:=xf86-video-vesa
URL:=http://xorg.freedesktop.org/
endef