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/libXrender
SECTION:=xorg-libraries
CATEGORY:=Xorg
SUBMENU:=libraries
DEPENDS:=+xorg-headers-native +util-macros +libfreetype +zlib +xproto +libfontenc +xtrans +fontsproto +renderproto @TARGET_x86
DEPENDS:=+xorg-headers-native +util-macros +libfreetype +zlib +xproto +libfontenc +xtrans +fontsproto +renderproto @DISPLAY_SUPPORT
TITLE:=libXrender
URL:=http://xorg.freedesktop.org/
endef