make XOrg depend on DISPLAY_SUPPORT instead of TARGET_x86, see [9448]

git-svn-id: svn://svn.openwrt.org/openwrt/packages@9449 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
ryd
2007-10-25 21:21:50 +00:00
parent 16416a7f88
commit 264328dabb
106 changed files with 107 additions and 107 deletions

View File

@ -21,7 +21,7 @@ define Package/xf86-input-keyboard
SECTION:=xorg-driver
CATEGORY:=Xorg
SUBMENU:=driver
DEPENDS:=+xorg-server @TARGET_x86
DEPENDS:=+xorg-server @DISPLAY_SUPPORT
TITLE:=xf86-input-keyboard
URL:=http://xorg.freedesktop.org/
endef