make XOrg depend on DISPLAY_SUPPORT instead of TARGET_x86, see [9448]
authorryd <ryd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Thu, 25 Oct 2007 21:21:50 +0000 (21:21 +0000)
committerryd <ryd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Thu, 25 Oct 2007 21:21:50 +0000 (21:21 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@9449 3c298f89-4303-0410-b956-a3cf2f4a3e73

106 files changed:
XOrg/app/eterm/Makefile
XOrg/app/fluxbox/Makefile
XOrg/app/template.mk
XOrg/app/xcalc/Makefile
XOrg/app/xclipboard/Makefile
XOrg/app/xdm/Makefile
XOrg/app/xeyes/Makefile
XOrg/app/xinit/Makefile
XOrg/app/xlogo/Makefile
XOrg/app/xmessage/Makefile
XOrg/app/xset/Makefile
XOrg/app/xsetroot/Makefile
XOrg/app/xterm-233/Makefile
XOrg/driver/template.mk
XOrg/driver/xf86-input-evdev/Makefile
XOrg/driver/xf86-input-keyboard/Makefile
XOrg/driver/xf86-input-mouse/Makefile
XOrg/driver/xf86-video-ati/Makefile
XOrg/driver/xf86-video-fbdev/Makefile
XOrg/driver/xf86-video-i810/Makefile
XOrg/driver/xf86-video-nv/Makefile
XOrg/driver/xf86-video-vesa/Makefile
XOrg/driver/xf86-video-vga/Makefile
XOrg/font-native/font-util/Makefile
XOrg/font/encodings/Makefile
XOrg/font/font-alias/Makefile
XOrg/font/font-bh-75dpi/Makefile
XOrg/font/font-cursor-misc/Makefile
XOrg/font/font-daewoo-misc/Makefile
XOrg/font/font-dec-misc/Makefile
XOrg/font/font-ibm-type1/Makefile
XOrg/font/font-isas-misc/Makefile
XOrg/font/font-jis-misc/Makefile
XOrg/font/font-micro-misc/Makefile
XOrg/font/font-misc-cyrillic/Makefile
XOrg/font/font-misc-misc/Makefile
XOrg/font/font-xfree86-type1/Makefile
XOrg/font/template.mk
XOrg/headers/native/Makefile
XOrg/lib/gtk-1.2.10/Makefile
XOrg/lib/gtk-2.8.20/Makefile
XOrg/lib/libICE/Makefile
XOrg/lib/libSM/Makefile
XOrg/lib/libX11/Makefile
XOrg/lib/libXau/Makefile
XOrg/lib/libXaw/Makefile
XOrg/lib/libXcursor/Makefile
XOrg/lib/libXdmcp/Makefile
XOrg/lib/libXext/Makefile
XOrg/lib/libXfixes/Makefile
XOrg/lib/libXfont/Makefile
XOrg/lib/libXmu/Makefile
XOrg/lib/libXpm/Makefile
XOrg/lib/libXrandr/Makefile
XOrg/lib/libXrender/Makefile
XOrg/lib/libXt/Makefile
XOrg/lib/libXv/Makefile
XOrg/lib/libXvMC/Makefile
XOrg/lib/libXxf86misc/Makefile
XOrg/lib/libXxf86vm/Makefile
XOrg/lib/libfontenc/Makefile
XOrg/lib/libxkbfile/Makefile
XOrg/lib/libxkbui/Makefile
XOrg/lib/template.mk
XOrg/lib/xtrans/Makefile
XOrg/meta/xorg-server-essentials/Makefile
XOrg/misc/Mesa/Makefile
XOrg/misc/libdrm/Makefile
XOrg/misc/x-bkgd-images/Makefile
XOrg/proto/applewmproto/Makefile
XOrg/proto/bigreqsproto/Makefile
XOrg/proto/calibrateproto/Makefile
XOrg/proto/compositeproto/Makefile
XOrg/proto/damageproto/Makefile
XOrg/proto/dmxproto/Makefile
XOrg/proto/evieext/Makefile
XOrg/proto/fixesproto/Makefile
XOrg/proto/fontcacheproto/Makefile
XOrg/proto/fontsproto/Makefile
XOrg/proto/glproto/Makefile
XOrg/proto/inputproto/Makefile
XOrg/proto/kbproto/Makefile
XOrg/proto/printproto/Makefile
XOrg/proto/randrproto/Makefile
XOrg/proto/recordproto/Makefile
XOrg/proto/renderproto/Makefile
XOrg/proto/resourceproto/Makefile
XOrg/proto/scrnsaverproto/Makefile
XOrg/proto/template.mk
XOrg/proto/trapproto/Makefile
XOrg/proto/videoproto/Makefile
XOrg/proto/windowswmproto/Makefile
XOrg/proto/xcmiscproto/Makefile
XOrg/proto/xextproto/Makefile
XOrg/proto/xf86bigfontproto/Makefile
XOrg/proto/xf86dgaproto/Makefile
XOrg/proto/xf86driproto/Makefile
XOrg/proto/xf86miscproto/Makefile
XOrg/proto/xf86rushproto/Makefile
XOrg/proto/xf86vidmodeproto/Makefile
XOrg/proto/xineramaproto/Makefile
XOrg/proto/xproto/Makefile
XOrg/proto/xproxymanagementprotocol/Makefile
XOrg/server/xorg-server-X11R7.2/Makefile
XOrg/utils/template.mk
XOrg/utils/util-macros/Makefile

index 12e735f..e7ff174 100644 (file)
@@ -28,7 +28,7 @@ endef
 define Package/eterm
 $(call Package/eterm/Default)  
   TITLE:=eterm
-  DEPENDS:=+xorg-server-essentials +libXcursor +imlib2 +libast @TARGET_x86
+  DEPENDS:=+xorg-server-essentials +libXcursor +imlib2 +libast @DISPLAY_SUPPORT
 endef
 
 define Package/esetroot
index b186719..d9e0942 100644 (file)
@@ -31,7 +31,7 @@ endef
 
 define Package/fluxbox
 $(call Package/fluxbox/Default)
-  DEPENDS:=+xorg-server-essentials +uclibcxx +xterm @TARGET_x86
+  DEPENDS:=+xorg-server-essentials +uclibcxx +xterm @DISPLAY_SUPPORT
   TITLE:=fluxbox window manager
   MENU:=1
 endef
index 7a87f03..38bad9a 100644 (file)
@@ -27,7 +27,7 @@ define Package/@NAME@
   SECTION:=xorg-app
   CATEGORY:=Xorg
   SUBMENU:=app
-  DEPENDS:=${_DEPEND} @TARGET_x86
+  DEPENDS:=${_DEPEND} @DISPLAY_SUPPORT
   TITLE:=@NAME@
   URL:=http://xorg.freedesktop.org/
 endef
index 36b67cf..e0a541b 100644 (file)
@@ -27,7 +27,7 @@ define Package/xcalc
   SECTION:=xorg-app
   CATEGORY:=Xorg
   SUBMENU:=app
-  DEPENDS:=${_DEPEND} @TARGET_x86
+  DEPENDS:=${_DEPEND} @DISPLAY_SUPPORT
   TITLE:=xcalc
   URL:=http://xorg.freedesktop.org/
 endef
index 33cb660..c3a61e3 100644 (file)
@@ -27,7 +27,7 @@ define Package/xclipboard
   SECTION:=xorg-app
   CATEGORY:=Xorg
   SUBMENU:=app
-  DEPENDS:=${_DEPEND} @TARGET_x86
+  DEPENDS:=${_DEPEND} @DISPLAY_SUPPORT
   TITLE:=xclipboard
   URL:=http://xorg.freedesktop.org/
 endef
index de8372e..4e04df9 100644 (file)
@@ -27,7 +27,7 @@ define Package/xdm
   SECTION:=xorg-app
   CATEGORY:=Xorg
   SUBMENU:=app
-  DEPENDS:=${_DEPEND} @TARGET_x86
+  DEPENDS:=${_DEPEND} @DISPLAY_SUPPORT
   TITLE:=xdm
   URL:=http://xorg.freedesktop.org/
 endef
index 9db9c19..561f0d3 100644 (file)
@@ -27,7 +27,7 @@ define Package/xeyes
   SECTION:=xorg-app
   CATEGORY:=Xorg
   SUBMENU:=app
-  DEPENDS:=${_DEPEND} @TARGET_x86
+  DEPENDS:=${_DEPEND} @DISPLAY_SUPPORT
   TITLE:=xeyes
   URL:=http://xorg.freedesktop.org/
 endef
index 8749a5b..6d7250a 100644 (file)
@@ -27,7 +27,7 @@ define Package/xinit
   SECTION:=xorg-app
   CATEGORY:=Xorg
   SUBMENU:=app
-  DEPENDS:=${_DEPEND} @TARGET_x86
+  DEPENDS:=${_DEPEND} @DISPLAY_SUPPORT
   TITLE:=xinit
   URL:=http://xorg.freedesktop.org/
 endef
index d1d5a81..1164474 100644 (file)
@@ -27,7 +27,7 @@ define Package/xlogo
   SECTION:=xorg-app
   CATEGORY:=Xorg
   SUBMENU:=app
-  DEPENDS:=${_DEPEND} @TARGET_x86
+  DEPENDS:=${_DEPEND} @DISPLAY_SUPPORT
   TITLE:=xlogo
   URL:=http://xorg.freedesktop.org/
 endef
index cd833c0..7e133b3 100644 (file)
@@ -27,7 +27,7 @@ define Package/xmessage
   SECTION:=xorg-app
   CATEGORY:=Xorg
   SUBMENU:=app
-  DEPENDS:=${_DEPEND} @TARGET_x86
+  DEPENDS:=${_DEPEND} @DISPLAY_SUPPORT
   TITLE:=xmessage
   URL:=http://xorg.freedesktop.org/
 endef
index a195db3..0f661cf 100644 (file)
@@ -27,7 +27,7 @@ define Package/xset
   SECTION:=xorg-app
   CATEGORY:=Xorg
   SUBMENU:=app
-  DEPENDS:=${_DEPEND} @TARGET_x86
+  DEPENDS:=${_DEPEND} @DISPLAY_SUPPORT
   TITLE:=xset
   URL:=http://xorg.freedesktop.org/
 endef
index 8dec11e..4a03644 100644 (file)
@@ -27,7 +27,7 @@ define Package/xsetroot
   SECTION:=xorg-app
   CATEGORY:=Xorg
   SUBMENU:=app
-  DEPENDS:=${_DEPEND} @TARGET_x86
+  DEPENDS:=${_DEPEND} @DISPLAY_SUPPORT
   TITLE:=xsetroot
   URL:=http://xorg.freedesktop.org/
 endef
index cb640bb..7c043cb 100644 (file)
@@ -22,7 +22,7 @@ define Package/xterm
   CATEGORY:=Xorg
   SUBMENU:=terminals
   TITLE:=xterm
-  DEPENDS:=+xorg-server-essentials +libncurses @TARGET_x86
+  DEPENDS:=+xorg-server-essentials +libncurses @DISPLAY_SUPPORT
 endef
 
 define Build/Configure
index 4efac23..f54a2ef 100644 (file)
@@ -21,7 +21,7 @@ define Package/@NAME@
   SECTION:=xorg-driver
   CATEGORY:=Xorg
   SUBMENU:=driver
-  DEPENDS:=+xorg-server @DEP@ @TARGET_x86
+  DEPENDS:=+xorg-server @DEP@ @DISPLAY_SUPPORT
   TITLE:=@NAME@
   URL:=http://xorg.freedesktop.org/
 endef
index 54d6bc6..d9fd56c 100644 (file)
@@ -21,7 +21,7 @@ define Package/xf86-input-evdev
   SECTION:=xorg-driver
   CATEGORY:=Xorg
   SUBMENU:=driver
-  DEPENDS:=+xorg-server  @TARGET_x86
+  DEPENDS:=+xorg-server  @DISPLAY_SUPPORT
   TITLE:=xf86-input-evdev
   URL:=http://xorg.freedesktop.org/
 endef
index 3e404ae..3225638 100644 (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
index 523c4d6..52a5159 100644 (file)
@@ -21,7 +21,7 @@ define Package/xf86-input-mouse
   SECTION:=xorg-driver
   CATEGORY:=Xorg
   SUBMENU:=driver
-  DEPENDS:=+xorg-server  @TARGET_x86
+  DEPENDS:=+xorg-server  @DISPLAY_SUPPORT
   TITLE:=xf86-input-mouse
   URL:=http://xorg.freedesktop.org/
 endef
index c667ffe..c34c3d9 100644 (file)
@@ -21,7 +21,7 @@ define Package/xf86-video-ati
   SECTION:=xorg-driver
   CATEGORY:=Xorg
   SUBMENU:=driver
-  DEPENDS:=+xorg-server  @TARGET_x86
+  DEPENDS:=+xorg-server  @DISPLAY_SUPPORT
   TITLE:=xf86-video-ati
   URL:=http://xorg.freedesktop.org/
 endef
index 64e78c5..7cc884e 100644 (file)
@@ -21,7 +21,7 @@ define Package/xf86-video-fbdev
   SECTION:=xorg-driver
   CATEGORY:=Xorg
   SUBMENU:=driver
-  DEPENDS:=+xorg-server  @TARGET_x86
+  DEPENDS:=+xorg-server  @DISPLAY_SUPPORT
   TITLE:=xf86-video-fbdev
   URL:=http://xorg.freedesktop.org/
 endef
index 63404ed..f341d8f 100644 (file)
@@ -21,7 +21,7 @@ define Package/xf86-video-i810
   SECTION:=xorg-driver
   CATEGORY:=Xorg
   SUBMENU:=driver
-  DEPENDS:=+xorg-server  +libXvMC @TARGET_x86
+  DEPENDS:=+xorg-server  +libXvMC @DISPLAY_SUPPORT
   TITLE:=xf86-video-i810
   URL:=http://xorg.freedesktop.org/
 endef
index eb0540a..4ddb932 100644 (file)
@@ -21,7 +21,7 @@ define Package/xf86-video-nv
   SECTION:=xorg-driver
   CATEGORY:=Xorg
   SUBMENU:=driver
-  DEPENDS:=+xorg-server  @TARGET_x86
+  DEPENDS:=+xorg-server  @DISPLAY_SUPPORT
   TITLE:=xf86-video-nv
   URL:=http://xorg.freedesktop.org/
 endef
index 362ae72..dd69fb8 100644 (file)
@@ -21,7 +21,7 @@ define Package/xf86-video-vesa
   SECTION:=xorg-driver
   CATEGORY:=Xorg
   SUBMENU:=driver
-  DEPENDS:=+xorg-server  @TARGET_x86
+  DEPENDS:=+xorg-server  @DISPLAY_SUPPORT
   TITLE:=xf86-video-vesa
   URL:=http://xorg.freedesktop.org/
 endef
index a67906d..48f4f70 100644 (file)
@@ -21,7 +21,7 @@ define Package/xf86-video-vga
   SECTION:=xorg-driver
   CATEGORY:=Xorg
   SUBMENU:=driver
-  DEPENDS:=+xorg-server  @TARGET_x86
+  DEPENDS:=+xorg-server  @DISPLAY_SUPPORT
   TITLE:=xf86-video-vga
   URL:=http://xorg.freedesktop.org/
 endef
index 491f24b..ed06305 100644 (file)
@@ -22,7 +22,7 @@ define Package/font-util
   CATEGORY:=Xorg
   SUBMENU:=font-utils
   TITLE:=misc tool to generate x fonts
-  DEPENDS:=+xorg-server @TARGET_x86
+  DEPENDS:=+xorg-server @DISPLAY_SUPPORT
 endef
 
 define Build/Configure
index f3ee239..f338300 100644 (file)
@@ -21,7 +21,7 @@ define Package/encodings
   SECTION:=xorg-font
   CATEGORY:=Xorg
   SUBMENU:=font
-  DEPENDS:= +xorg-server +font-util @TARGET_x86
+  DEPENDS:= +xorg-server +font-util @DISPLAY_SUPPORT
   TITLE:=encodings
   URL:=http://xorg.freedesktop.org/
 endef
index 3eb085d..4db472e 100644 (file)
@@ -21,7 +21,7 @@ define Package/font-alias
   SECTION:=xorg-font
   CATEGORY:=Xorg
   SUBMENU:=font
-  DEPENDS:= +xorg-server +font-util @TARGET_x86
+  DEPENDS:= +xorg-server +font-util @DISPLAY_SUPPORT
   TITLE:=font-alias
   URL:=http://xorg.freedesktop.org/
 endef
index 6618f58..3eb9e1d 100644 (file)
@@ -21,7 +21,7 @@ define Package/font-bh-75dpi
   SECTION:=xorg-font
   CATEGORY:=Xorg
   SUBMENU:=font
-  DEPENDS:= +xorg-server +font-util @TARGET_x86
+  DEPENDS:= +xorg-server +font-util @DISPLAY_SUPPORT
   TITLE:=font-bh-75dpi
   URL:=http://xorg.freedesktop.org/
 endef
index 1ad0b8c..78a14ac 100644 (file)
@@ -21,7 +21,7 @@ define Package/font-cursor-misc
   SECTION:=xorg-font
   CATEGORY:=Xorg
   SUBMENU:=font
-  DEPENDS:= +xorg-server +font-util @TARGET_x86
+  DEPENDS:= +xorg-server +font-util @DISPLAY_SUPPORT
   TITLE:=font-cursor-misc
   URL:=http://xorg.freedesktop.org/
 endef
index e7dec18..4f9b08e 100644 (file)
@@ -21,7 +21,7 @@ define Package/font-daewoo-misc
   SECTION:=xorg-font
   CATEGORY:=Xorg
   SUBMENU:=font
-  DEPENDS:= +xorg-server +font-util @TARGET_x86
+  DEPENDS:= +xorg-server +font-util @DISPLAY_SUPPORT
   TITLE:=font-daewoo-misc
   URL:=http://xorg.freedesktop.org/
 endef
index a7a41b3..dc3b137 100644 (file)
@@ -21,7 +21,7 @@ define Package/font-dec-misc
   SECTION:=xorg-font
   CATEGORY:=Xorg
   SUBMENU:=font
-  DEPENDS:= +xorg-server +font-util @TARGET_x86
+  DEPENDS:= +xorg-server +font-util @DISPLAY_SUPPORT
   TITLE:=font-dec-misc
   URL:=http://xorg.freedesktop.org/
 endef
index fd4b07b..21650ff 100644 (file)
@@ -21,7 +21,7 @@ define Package/font-ibm-type1
   SECTION:=xorg-font
   CATEGORY:=Xorg
   SUBMENU:=font
-  DEPENDS:= +xorg-server +font-util @TARGET_x86
+  DEPENDS:= +xorg-server +font-util @DISPLAY_SUPPORT
   TITLE:=font-ibm-type1
   URL:=http://xorg.freedesktop.org/
 endef
index a6f7039..5ea32e1 100644 (file)
@@ -21,7 +21,7 @@ define Package/font-isas-misc
   SECTION:=xorg-font
   CATEGORY:=Xorg
   SUBMENU:=font
-  DEPENDS:= +xorg-server +font-util @TARGET_x86
+  DEPENDS:= +xorg-server +font-util @DISPLAY_SUPPORT
   TITLE:=font-isas-misc
   URL:=http://xorg.freedesktop.org/
 endef
index 90b875f..b4c23c5 100644 (file)
@@ -21,7 +21,7 @@ define Package/font-jis-misc
   SECTION:=xorg-font
   CATEGORY:=Xorg
   SUBMENU:=font
-  DEPENDS:= +xorg-server +font-util @TARGET_x86
+  DEPENDS:= +xorg-server +font-util @DISPLAY_SUPPORT
   TITLE:=font-jis-misc
   URL:=http://xorg.freedesktop.org/
 endef
index b22182e..2403de5 100644 (file)
@@ -21,7 +21,7 @@ define Package/font-micro-misc
   SECTION:=xorg-font
   CATEGORY:=Xorg
   SUBMENU:=font
-  DEPENDS:= +xorg-server +font-util @TARGET_x86
+  DEPENDS:= +xorg-server +font-util @DISPLAY_SUPPORT
   TITLE:=font-micro-misc
   URL:=http://xorg.freedesktop.org/
 endef
index 435dded..a872390 100644 (file)
@@ -21,7 +21,7 @@ define Package/font-misc-cyrillic
   SECTION:=xorg-font
   CATEGORY:=Xorg
   SUBMENU:=font
-  DEPENDS:= +xorg-server +font-util @TARGET_x86
+  DEPENDS:= +xorg-server +font-util @DISPLAY_SUPPORT
   TITLE:=font-misc-cyrillic
   URL:=http://xorg.freedesktop.org/
 endef
index acb4b76..d5c1653 100644 (file)
@@ -26,7 +26,7 @@ endef
 
 define Package/font-base
   $(call Package/font-misc-misc/Default)
-  DEPENDS:=+xorg-server +font-util @TARGET_x86
+  DEPENDS:=+xorg-server +font-util @DISPLAY_SUPPORT
   TITLE:=font-base 
   URL:=http://xorg.freedesktop.org/
 endef
index 2ca102c..5688116 100644 (file)
@@ -21,7 +21,7 @@ define Package/font-xfree86-type1
   SECTION:=xorg-font
   CATEGORY:=Xorg
   SUBMENU:=font
-  DEPENDS:= +xorg-server +font-util @TARGET_x86
+  DEPENDS:= +xorg-server +font-util @DISPLAY_SUPPORT
   TITLE:=font-xfree86-type1
   URL:=http://xorg.freedesktop.org/
 endef
index 7eed063..a3c69af 100644 (file)
@@ -21,7 +21,7 @@ define Package/@NAME@
   SECTION:=xorg-font
   CATEGORY:=Xorg
   SUBMENU:=font
-  DEPENDS:=@DEP@ +xorg-server +font-util @TARGET_x86
+  DEPENDS:=@DEP@ +xorg-server +font-util @DISPLAY_SUPPORT
   TITLE:=@NAME@
   URL:=http://xorg.freedesktop.org/
 endef
index b774595..800c31c 100644 (file)
@@ -20,7 +20,7 @@ define Package/xorg-headers-native
   SUBMENU:=headers
   TITLE:=xorg-headers-native
   URL:=http://xorg.freedesktop.org/
-  DEPENDS:=@TARGET_x86
+  DEPENDS:=@DISPLAY_SUPPORT
 endef
 
 define Build/Prepare
index d6f43cc..cdc7d5c 100644 (file)
@@ -33,7 +33,7 @@ define Package/gtk-1.2.10
   CATEGORY:=Xorg
   SUBMENU:=framework
   TITLE:=GTK+ 1.2.10 package
-  DEPENDS:=+glib1 @TARGET_x86
+  DEPENDS:=+glib1 @DISPLAY_SUPPORT
 endef
 
 define Build/Configure
index 027f4e6..bb58951 100644 (file)
@@ -27,7 +27,7 @@ define Package/gtk-2.8.20
   CATEGORY:=Xorg
   SUBMENU:=framework
   TITLE:=GTK+ 2.8.20 package
-  DEPENDS:=+cairo +pango +libjpeg +atk +libtiff @TARGET_x86
+  DEPENDS:=+cairo +pango +libjpeg +atk +libtiff @DISPLAY_SUPPORT
 endef
 
 define Build/Configure
index 30a1ee0..fd02923 100644 (file)
@@ -21,7 +21,7 @@ define Package/libICE
   SECTION:=xorg-libraries
   CATEGORY:=Xorg
   SUBMENU:=libraries
-  DEPENDS:=+xorg-headers-native +util-macros  +xproto +xtrans @TARGET_x86
+  DEPENDS:=+xorg-headers-native +util-macros  +xproto +xtrans @DISPLAY_SUPPORT
   TITLE:=libICE
   URL:=http://xorg.freedesktop.org/
 endef
index 6c6a7c4..37a3867 100644 (file)
@@ -21,7 +21,7 @@ define Package/libSM
   SECTION:=xorg-libraries
   CATEGORY:=Xorg
   SUBMENU:=libraries
-  DEPENDS:=+xorg-headers-native +util-macros  +libICE @TARGET_x86
+  DEPENDS:=+xorg-headers-native +util-macros  +libICE @DISPLAY_SUPPORT
   TITLE:=libSM
   URL:=http://xorg.freedesktop.org/
 endef
index df54b76..99c0d38 100644 (file)
@@ -21,7 +21,7 @@ define Package/libX11
   SECTION:=xorg-libraries
   CATEGORY:=Xorg
   SUBMENU:=libraries
-  DEPENDS:=+xorg-headers-native +util-macros  +bigreqsproto +xproto +xextproto +libXau +xtrans +xcmiscproto +libXdmcp +xf86bigfontproto +kbproto +inputproto @TARGET_x86
+  DEPENDS:=+xorg-headers-native +util-macros  +bigreqsproto +xproto +xextproto +libXau +xtrans +xcmiscproto +libXdmcp +xf86bigfontproto +kbproto +inputproto @DISPLAY_SUPPORT
   TITLE:=libX11
   URL:=http://xorg.freedesktop.org/
 endef
index db08458..573dd6a 100644 (file)
@@ -21,7 +21,7 @@ define Package/libXau
   SECTION:=xorg-libraries
   CATEGORY:=Xorg
   SUBMENU:=libraries
-  DEPENDS:=+xorg-headers-native +util-macros  +xproto @TARGET_x86
+  DEPENDS:=+xorg-headers-native +util-macros  +xproto @DISPLAY_SUPPORT
   TITLE:=libXau
   URL:=http://xorg.freedesktop.org/
 endef
index 53213f1..7810586 100644 (file)
@@ -21,7 +21,7 @@ define Package/libXaw
   SECTION:=xorg-libraries
   CATEGORY:=Xorg
   SUBMENU:=libraries
-  DEPENDS:=+xorg-headers-native +util-macros  +libXmu +libXpm +libXau +libXdmcp @TARGET_x86
+  DEPENDS:=+xorg-headers-native +util-macros  +libXmu +libXpm +libXau +libXdmcp @DISPLAY_SUPPORT
   TITLE:=libXaw
   URL:=http://xorg.freedesktop.org/
 endef
index 7f4d88f..5d2bcee 100644 (file)
@@ -21,7 +21,7 @@ define Package/libXcursor
   SECTION:=xorg-libraries
   CATEGORY:=Xorg
   SUBMENU:=libraries
-  DEPENDS:=+xorg-headers-native +libXrender +libXfixes @TARGET_x86
+  DEPENDS:=+xorg-headers-native +libXrender +libXfixes @DISPLAY_SUPPORT
   TITLE:=libXcursor
   URL:=http://xorg.freedesktop.org/
 endef
index 9c8d73c..3c768c4 100644 (file)
@@ -21,7 +21,7 @@ define Package/libXdmcp
   SECTION:=xorg-libraries
   CATEGORY:=Xorg
   SUBMENU:=libraries
-  DEPENDS:=+xorg-headers-native +util-macros  +xproto @TARGET_x86
+  DEPENDS:=+xorg-headers-native +util-macros  +xproto @DISPLAY_SUPPORT
   TITLE:=libXdmcp
   URL:=http://xorg.freedesktop.org/
 endef
index 7e60cdf..360d8e3 100644 (file)
@@ -21,7 +21,7 @@ define Package/libXext
   SECTION:=xorg-libraries
   CATEGORY:=Xorg
   SUBMENU:=libraries
-  DEPENDS:=+xorg-headers-native +util-macros  +xproto +xextproto +libXau +libX11 @TARGET_x86
+  DEPENDS:=+xorg-headers-native +util-macros  +xproto +xextproto +libXau +libX11 @DISPLAY_SUPPORT
   TITLE:=libXext
   URL:=http://xorg.freedesktop.org/
 endef
index 11646dd..513fee1 100644 (file)
@@ -21,7 +21,7 @@ define Package/libXfixes
   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:=libXfixes
   URL:=http://xorg.freedesktop.org/
 endef
index 32f0840..b0b8ec6 100644 (file)
@@ -21,7 +21,7 @@ define Package/libXfont
   SECTION:=xorg-libraries
   CATEGORY:=Xorg
   SUBMENU:=libraries
-  DEPENDS:=+xorg-headers-native +util-macros  +zlib +libfontenc +fontcacheproto +fontsproto +libfreetype @TARGET_x86
+  DEPENDS:=+xorg-headers-native +util-macros  +zlib +libfontenc +fontcacheproto +fontsproto +libfreetype @DISPLAY_SUPPORT
   TITLE:=libXfont
   URL:=http://xorg.freedesktop.org/
 endef
index 9fbbc39..8d1b765 100644 (file)
@@ -21,7 +21,7 @@ define Package/libXmu
   SECTION:=xorg-libraries
   CATEGORY:=Xorg
   SUBMENU:=libraries
-  DEPENDS:=+xorg-headers-native +util-macros  @TARGET_x86
+  DEPENDS:=+xorg-headers-native +util-macros  @DISPLAY_SUPPORT
   TITLE:=libXmu
   URL:=http://xorg.freedesktop.org/
 endef
index 38ee6aa..395fe07 100644 (file)
@@ -21,7 +21,7 @@ define Package/libXpm
   SECTION:=xorg-libraries
   CATEGORY:=Xorg
   SUBMENU:=libraries
-  DEPENDS:=+xorg-headers-native +util-macros  @TARGET_x86
+  DEPENDS:=+xorg-headers-native +util-macros  @DISPLAY_SUPPORT
   TITLE:=libXpm
   URL:=http://xorg.freedesktop.org/
 endef
index 65e7ef0..ad9ef22 100644 (file)
@@ -21,7 +21,7 @@ define Package/libXrandr
   SECTION:=xorg-libraries
   CATEGORY:=Xorg
   SUBMENU:=libraries
-  DEPENDS:=+xorg-headers-native +util-macros  +libXext +libXrender +randrproto +renderproto +xextproto +libX11 @TARGET_x86
+  DEPENDS:=+xorg-headers-native +util-macros  +libXext +libXrender +randrproto +renderproto +xextproto +libX11 @DISPLAY_SUPPORT
   TITLE:=libXrandr
   URL:=http://xorg.freedesktop.org/
 endef
index 2fa8b6e..a294936 100644 (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
index 5cfb89e..fb8f352 100644 (file)
@@ -21,7 +21,7 @@ define Package/libXt
   SECTION:=xorg-libraries
   CATEGORY:=Xorg
   SUBMENU:=libraries
-  DEPENDS:=+xorg-headers-native +util-macros  +libSM @TARGET_x86
+  DEPENDS:=+xorg-headers-native +util-macros  +libSM @DISPLAY_SUPPORT
   TITLE:=libXt
   URL:=http://xorg.freedesktop.org/
 endef
index d76c00f..5d5e807 100644 (file)
@@ -21,7 +21,7 @@ define Package/libXv
   SECTION:=xorg-libraries
   CATEGORY:=Xorg
   SUBMENU:=libraries
-  DEPENDS:=+xorg-headers-native +util-macros  +libXext +videoproto @TARGET_x86
+  DEPENDS:=+xorg-headers-native +util-macros  +libXext +videoproto @DISPLAY_SUPPORT
   TITLE:=libXv
   URL:=http://xorg.freedesktop.org/
 endef
index e4f9872..f617619 100644 (file)
@@ -21,7 +21,7 @@ define Package/libXvMC
   SECTION:=xorg-libraries
   CATEGORY:=Xorg
   SUBMENU:=libraries
-  DEPENDS:=+xorg-headers-native +util-macros  +libXext +videoproto +libXv @TARGET_x86
+  DEPENDS:=+xorg-headers-native +util-macros  +libXext +videoproto +libXv @DISPLAY_SUPPORT
   TITLE:=libXvMC
   URL:=http://xorg.freedesktop.org/
 endef
index ca51782..fd382f1 100644 (file)
@@ -21,7 +21,7 @@ define Package/libXxf86misc
   SECTION:=xorg-libraries
   CATEGORY:=Xorg
   SUBMENU:=libraries
-  DEPENDS:=+xorg-headers-native +util-macros  @TARGET_x86
+  DEPENDS:=+xorg-headers-native +util-macros  @DISPLAY_SUPPORT
   TITLE:=libXxf86misc
   URL:=http://xorg.freedesktop.org/
 endef
index e00b3d4..b780a61 100644 (file)
@@ -21,7 +21,7 @@ define Package/libXxf86vm
   SECTION:=xorg-libraries
   CATEGORY:=Xorg
   SUBMENU:=libraries
-  DEPENDS:=+xorg-headers-native +util-macros  @TARGET_x86
+  DEPENDS:=+xorg-headers-native +util-macros  @DISPLAY_SUPPORT
   TITLE:=libXxf86vm
   URL:=http://xorg.freedesktop.org/
 endef
index 964a211..a2cdbc9 100644 (file)
@@ -21,7 +21,7 @@ define Package/libfontenc
   SECTION:=xorg-libraries
   CATEGORY:=Xorg
   SUBMENU:=libraries
-  DEPENDS:=+xorg-headers-native +util-macros  +xproto +zlib @TARGET_x86
+  DEPENDS:=+xorg-headers-native +util-macros  +xproto +zlib @DISPLAY_SUPPORT
   TITLE:=libfontenc
   URL:=http://xorg.freedesktop.org/
 endef
index ea26cbf..848c415 100644 (file)
@@ -21,7 +21,7 @@ define Package/libxkbfile
   SECTION:=xorg-libraries
   CATEGORY:=Xorg
   SUBMENU:=libraries
-  DEPENDS:=+xorg-headers-native +util-macros  @TARGET_x86
+  DEPENDS:=+xorg-headers-native +util-macros  @DISPLAY_SUPPORT
   TITLE:=libxkbfile
   URL:=http://xorg.freedesktop.org/
 endef
index 057146e..7c41bb4 100644 (file)
@@ -21,7 +21,7 @@ define Package/libxkbui
   SECTION:=xorg-libraries
   CATEGORY:=Xorg
   SUBMENU:=libraries
-  DEPENDS:=+xorg-headers-native +util-macros  @TARGET_x86
+  DEPENDS:=+xorg-headers-native +util-macros  @DISPLAY_SUPPORT
   TITLE:=libxkbui
   URL:=http://xorg.freedesktop.org/
 endef
index 86b449b..9d4bd68 100644 (file)
@@ -21,7 +21,7 @@ define Package/@NAME@
   SECTION:=xorg-libraries
   CATEGORY:=Xorg
   SUBMENU:=libraries
-  DEPENDS:=+xorg-headers-native +util-macros @DEP@ @TARGET_x86
+  DEPENDS:=+xorg-headers-native +util-macros @DEP@ @DISPLAY_SUPPORT
   TITLE:=@NAME@
   URL:=http://xorg.freedesktop.org/
 endef
index 80bd5c8..13f1dc7 100644 (file)
@@ -21,7 +21,7 @@ define Package/xtrans
   SECTION:=xorg-libraries
   CATEGORY:=Xorg
   SUBMENU:=libraries
-  DEPENDS:=+xorg-headers-native +util-macros  @TARGET_x86
+  DEPENDS:=+xorg-headers-native +util-macros  @DISPLAY_SUPPORT
   TITLE:=xtrans
   URL:=http://xorg.freedesktop.org/
 endef
index 219ded7..14d0f2b 100644 (file)
@@ -29,7 +29,7 @@ define Package/xorg-server-essentials
                +xf86-input-evdev \
                +xf86-input-keyboard \
                +xinit \
-               @TARGET_x86
+               @DISPLAY_SUPPORT
 endef
 
 define Build/Configure
index 5ee32c7..138c91d 100644 (file)
@@ -22,7 +22,7 @@ define Package/Mesa
   CATEGORY:=Xorg
   SUBMENU:=misc
   TITLE:=OpenGL compatible 3-D graphics library
-  DEPENDS:=@TARGET_x86
+  DEPENDS:=@DISPLAY_SUPPORT
 endef
 
 define Build/Configure
index f8e2161..6c81556 100644 (file)
@@ -22,7 +22,7 @@ define Package/libdrm
   CATEGORY:=Xorg
   SUBMENU:=misc
   TITLE:=library for direct rendering
-  DEPENDS:=@TARGET_x86
+  DEPENDS:=@DISPLAY_SUPPORT
 endef
 
 define Build/Configure
index d60458d..5281283 100644 (file)
@@ -19,7 +19,7 @@ define Package/x-bkgd-images
   CATEGORY:=Xorg
   SUBMENU:=misc
   TITLE:=Background images for X
-  DEPENDS:=@TARGET_x86
+  DEPENDS:=@DISPLAY_SUPPORT
 endef
 
 define Build/Configure
index 72b9e93..ddcbe00 100644 (file)
@@ -20,7 +20,7 @@ define Package/applewmproto
   SECTION:=xorg-proto
   CATEGORY:=Xorg
   SUBMENU:=proto
-  DEPENDS:= @TARGET_x86
+  DEPENDS:= @DISPLAY_SUPPORT
   TITLE:=applewmproto
   URL:=http://xorg.freedesktop.org/
 endef
index 915dcb6..dd5bf54 100644 (file)
@@ -20,7 +20,7 @@ define Package/bigreqsproto
   SECTION:=xorg-proto
   CATEGORY:=Xorg
   SUBMENU:=proto
-  DEPENDS:= @TARGET_x86
+  DEPENDS:= @DISPLAY_SUPPORT
   TITLE:=bigreqsproto
   URL:=http://xorg.freedesktop.org/
 endef
index e284cd6..8ae5242 100644 (file)
@@ -19,7 +19,7 @@ define Package/calibrateproto
   SECTION:=xorg-proto
   CATEGORY:=Xorg
   SUBMENU:=proto
-  DEPENDS:=@TARGET_x86
+  DEPENDS:=@DISPLAY_SUPPORT
   TITLE:=calibrateproto
   URL:=http://xorg.freedesktop.org/
 endef
index 5489868..dd94f55 100644 (file)
@@ -20,7 +20,7 @@ define Package/compositeproto
   SECTION:=xorg-proto
   CATEGORY:=Xorg
   SUBMENU:=proto
-  DEPENDS:= @TARGET_x86
+  DEPENDS:= @DISPLAY_SUPPORT
   TITLE:=compositeproto
   URL:=http://xorg.freedesktop.org/
 endef
index 6c671e6..0590667 100644 (file)
@@ -20,7 +20,7 @@ define Package/damageproto
   SECTION:=xorg-proto
   CATEGORY:=Xorg
   SUBMENU:=proto
-  DEPENDS:= @TARGET_x86
+  DEPENDS:= @DISPLAY_SUPPORT
   TITLE:=damageproto
   URL:=http://xorg.freedesktop.org/
 endef
index a1ef96b..bc71036 100644 (file)
@@ -20,7 +20,7 @@ define Package/dmxproto
   SECTION:=xorg-proto
   CATEGORY:=Xorg
   SUBMENU:=proto
-  DEPENDS:= @TARGET_x86
+  DEPENDS:= @DISPLAY_SUPPORT
   TITLE:=dmxproto
   URL:=http://xorg.freedesktop.org/
 endef
index 3d39c0d..4b083c3 100644 (file)
@@ -20,7 +20,7 @@ define Package/evieext
   SECTION:=xorg-proto
   CATEGORY:=Xorg
   SUBMENU:=proto
-  DEPENDS:= @TARGET_x86
+  DEPENDS:= @DISPLAY_SUPPORT
   TITLE:=evieext
   URL:=http://xorg.freedesktop.org/
 endef
index 7beb8ee..3fb9812 100644 (file)
@@ -20,7 +20,7 @@ define Package/fixesproto
   SECTION:=xorg-proto
   CATEGORY:=Xorg
   SUBMENU:=proto
-  DEPENDS:= @TARGET_x86
+  DEPENDS:= @DISPLAY_SUPPORT
   TITLE:=fixesproto
   URL:=http://xorg.freedesktop.org/
 endef
index 7301fda..bdf8bff 100644 (file)
@@ -20,7 +20,7 @@ define Package/fontcacheproto
   SECTION:=xorg-proto
   CATEGORY:=Xorg
   SUBMENU:=proto
-  DEPENDS:= @TARGET_x86
+  DEPENDS:= @DISPLAY_SUPPORT
   TITLE:=fontcacheproto
   URL:=http://xorg.freedesktop.org/
 endef
index 221d443..62c5428 100644 (file)
@@ -20,7 +20,7 @@ define Package/fontsproto
   SECTION:=xorg-proto
   CATEGORY:=Xorg
   SUBMENU:=proto
-  DEPENDS:= @TARGET_x86
+  DEPENDS:= @DISPLAY_SUPPORT
   TITLE:=fontsproto
   URL:=http://xorg.freedesktop.org/
 endef
index 94d7bb7..ebc3fc0 100644 (file)
@@ -20,7 +20,7 @@ define Package/glproto
   SECTION:=xorg-proto
   CATEGORY:=Xorg
   SUBMENU:=proto
-  DEPENDS:= @TARGET_x86
+  DEPENDS:= @DISPLAY_SUPPORT
   TITLE:=glproto
   URL:=http://xorg.freedesktop.org/
 endef
index b81c87d..43f7c6d 100644 (file)
@@ -20,7 +20,7 @@ define Package/inputproto
   SECTION:=xorg-proto
   CATEGORY:=Xorg
   SUBMENU:=proto
-  DEPENDS:= @TARGET_x86
+  DEPENDS:= @DISPLAY_SUPPORT
   TITLE:=inputproto
   URL:=http://xorg.freedesktop.org/
 endef
index 584d518..014b755 100644 (file)
@@ -20,7 +20,7 @@ define Package/kbproto
   SECTION:=xorg-proto
   CATEGORY:=Xorg
   SUBMENU:=proto
-  DEPENDS:= @TARGET_x86
+  DEPENDS:= @DISPLAY_SUPPORT
   TITLE:=kbproto
   URL:=http://xorg.freedesktop.org/
 endef
index f6c26d0..7c04074 100644 (file)
@@ -20,7 +20,7 @@ define Package/printproto
   SECTION:=xorg-proto
   CATEGORY:=Xorg
   SUBMENU:=proto
-  DEPENDS:= @TARGET_x86
+  DEPENDS:= @DISPLAY_SUPPORT
   TITLE:=printproto
   URL:=http://xorg.freedesktop.org/
 endef
index b244891..ea262ff 100644 (file)
@@ -20,7 +20,7 @@ define Package/randrproto
   SECTION:=xorg-proto
   CATEGORY:=Xorg
   SUBMENU:=proto
-  DEPENDS:= @TARGET_x86
+  DEPENDS:= @DISPLAY_SUPPORT
   TITLE:=randrproto
   URL:=http://xorg.freedesktop.org/
 endef
index 8109dac..755d435 100644 (file)
@@ -20,7 +20,7 @@ define Package/recordproto
   SECTION:=xorg-proto
   CATEGORY:=Xorg
   SUBMENU:=proto
-  DEPENDS:= @TARGET_x86
+  DEPENDS:= @DISPLAY_SUPPORT
   TITLE:=recordproto
   URL:=http://xorg.freedesktop.org/
 endef
index 6ac8b91..28a4108 100644 (file)
@@ -20,7 +20,7 @@ define Package/renderproto
   SECTION:=xorg-proto
   CATEGORY:=Xorg
   SUBMENU:=proto
-  DEPENDS:= @TARGET_x86
+  DEPENDS:= @DISPLAY_SUPPORT
   TITLE:=renderproto
   URL:=http://xorg.freedesktop.org/
 endef
index ec0e19b..03bde5c 100644 (file)
@@ -20,7 +20,7 @@ define Package/resourceproto
   SECTION:=xorg-proto
   CATEGORY:=Xorg
   SUBMENU:=proto
-  DEPENDS:= @TARGET_x86
+  DEPENDS:= @DISPLAY_SUPPORT
   TITLE:=resourceproto
   URL:=http://xorg.freedesktop.org/
 endef
index 50faccf..083aece 100644 (file)
@@ -20,7 +20,7 @@ define Package/scrnsaverproto
   SECTION:=xorg-proto
   CATEGORY:=Xorg
   SUBMENU:=proto
-  DEPENDS:= @TARGET_x86
+  DEPENDS:= @DISPLAY_SUPPORT
   TITLE:=scrnsaverproto
   URL:=http://xorg.freedesktop.org/
 endef
index 924339a..a93069c 100644 (file)
@@ -20,7 +20,7 @@ define Package/@NAME@
   SECTION:=xorg-proto
   CATEGORY:=Xorg
   SUBMENU:=proto
-  DEPENDS:=@DEP@ @TARGET_x86
+  DEPENDS:=@DEP@ @DISPLAY_SUPPORT
   TITLE:=@NAME@
   URL:=http://xorg.freedesktop.org/
 endef
index b6601dd..117328d 100644 (file)
@@ -20,7 +20,7 @@ define Package/trapproto
   SECTION:=xorg-proto
   CATEGORY:=Xorg
   SUBMENU:=proto
-  DEPENDS:= @TARGET_x86
+  DEPENDS:= @DISPLAY_SUPPORT
   TITLE:=trapproto
   URL:=http://xorg.freedesktop.org/
 endef
index d234d1f..3c0c7e5 100644 (file)
@@ -20,7 +20,7 @@ define Package/videoproto
   SECTION:=xorg-proto
   CATEGORY:=Xorg
   SUBMENU:=proto
-  DEPENDS:= @TARGET_x86
+  DEPENDS:= @DISPLAY_SUPPORT
   TITLE:=videoproto
   URL:=http://xorg.freedesktop.org/
 endef
index 5d40b13..018c5fd 100644 (file)
@@ -20,7 +20,7 @@ define Package/windowswmproto
   SECTION:=xorg-proto
   CATEGORY:=Xorg
   SUBMENU:=proto
-  DEPENDS:= @TARGET_x86
+  DEPENDS:= @DISPLAY_SUPPORT
   TITLE:=windowswmproto
   URL:=http://xorg.freedesktop.org/
 endef
index 54bf619..b72ef9c 100644 (file)
@@ -20,7 +20,7 @@ define Package/xcmiscproto
   SECTION:=xorg-proto
   CATEGORY:=Xorg
   SUBMENU:=proto
-  DEPENDS:= @TARGET_x86
+  DEPENDS:= @DISPLAY_SUPPORT
   TITLE:=xcmiscproto
   URL:=http://xorg.freedesktop.org/
 endef
index 8207dca..c67aadb 100644 (file)
@@ -20,7 +20,7 @@ define Package/xextproto
   SECTION:=xorg-proto
   CATEGORY:=Xorg
   SUBMENU:=proto
-  DEPENDS:= @TARGET_x86
+  DEPENDS:= @DISPLAY_SUPPORT
   TITLE:=xextproto
   URL:=http://xorg.freedesktop.org/
 endef
index 721ec0c..9f33250 100644 (file)
@@ -20,7 +20,7 @@ define Package/xf86bigfontproto
   SECTION:=xorg-proto
   CATEGORY:=Xorg
   SUBMENU:=proto
-  DEPENDS:= @TARGET_x86
+  DEPENDS:= @DISPLAY_SUPPORT
   TITLE:=xf86bigfontproto
   URL:=http://xorg.freedesktop.org/
 endef
index 2309d04..a91cf32 100644 (file)
@@ -20,7 +20,7 @@ define Package/xf86dgaproto
   SECTION:=xorg-proto
   CATEGORY:=Xorg
   SUBMENU:=proto
-  DEPENDS:= @TARGET_x86
+  DEPENDS:= @DISPLAY_SUPPORT
   TITLE:=xf86dgaproto
   URL:=http://xorg.freedesktop.org/
 endef
index 4d0a81f..3721315 100644 (file)
@@ -20,7 +20,7 @@ define Package/xf86driproto
   SECTION:=xorg-proto
   CATEGORY:=Xorg
   SUBMENU:=proto
-  DEPENDS:= @TARGET_x86
+  DEPENDS:= @DISPLAY_SUPPORT
   TITLE:=xf86driproto
   URL:=http://xorg.freedesktop.org/
 endef
index 867cbc6..b644311 100644 (file)
@@ -20,7 +20,7 @@ define Package/xf86miscproto
   SECTION:=xorg-proto
   CATEGORY:=Xorg
   SUBMENU:=proto
-  DEPENDS:= @TARGET_x86
+  DEPENDS:= @DISPLAY_SUPPORT
   TITLE:=xf86miscproto
   URL:=http://xorg.freedesktop.org/
 endef
index 2548d4e..ba2c0c2 100644 (file)
@@ -20,7 +20,7 @@ define Package/xf86rushproto
   SECTION:=xorg-proto
   CATEGORY:=Xorg
   SUBMENU:=proto
-  DEPENDS:= @TARGET_x86
+  DEPENDS:= @DISPLAY_SUPPORT
   TITLE:=xf86rushproto
   URL:=http://xorg.freedesktop.org/
 endef
index 23a22c3..fd90798 100644 (file)
@@ -20,7 +20,7 @@ define Package/xf86vidmodeproto
   SECTION:=xorg-proto
   CATEGORY:=Xorg
   SUBMENU:=proto
-  DEPENDS:= @TARGET_x86
+  DEPENDS:= @DISPLAY_SUPPORT
   TITLE:=xf86vidmodeproto
   URL:=http://xorg.freedesktop.org/
 endef
index c04d5db..66fbdbf 100644 (file)
@@ -20,7 +20,7 @@ define Package/xineramaproto
   SECTION:=xorg-proto
   CATEGORY:=Xorg
   SUBMENU:=proto
-  DEPENDS:= @TARGET_x86
+  DEPENDS:= @DISPLAY_SUPPORT
   TITLE:=xineramaproto
   URL:=http://xorg.freedesktop.org/
 endef
index 4a53006..daaefce 100644 (file)
@@ -20,7 +20,7 @@ define Package/xproto
   SECTION:=xorg-proto
   CATEGORY:=Xorg
   SUBMENU:=proto
-  DEPENDS:= @TARGET_x86
+  DEPENDS:= @DISPLAY_SUPPORT
   TITLE:=xproto
   URL:=http://xorg.freedesktop.org/
 endef
index 2571cae..bb3dc24 100644 (file)
@@ -20,7 +20,7 @@ define Package/xproxymanagementprotocol
   SECTION:=xorg-proto
   CATEGORY:=Xorg
   SUBMENU:=proto
-  DEPENDS:= @TARGET_x86
+  DEPENDS:= @DISPLAY_SUPPORT
   TITLE:=xproxymanagementprotocol
   URL:=http://xorg.freedesktop.org/
 endef
index beb1faf..a7e8997 100644 (file)
@@ -74,7 +74,7 @@ DEPENDS_SERVER:=+calibrateproto \
                +libXpm \
                +libnotimpl \
                +Mesa \
-               @TARGET_x86
+               @DISPLAY_SUPPORT
 
 DEPENDS_KDRIVE:=+calibrateproto \
                +compositeproto \
@@ -92,7 +92,7 @@ DEPENDS_KDRIVE:=+calibrateproto \
                +libXrandr \
                +xtrans \
                +libX11 \
-               @TARGET_x86 
+               @DISPLAY_SUPPORT 
 
 define Package/xorg-server/config
        config XORG_BUILD_KDRIVE
index 3504b3b..989393b 100644 (file)
@@ -20,7 +20,7 @@ define Package/@NAME@
   SECTION:=xorg-utils
   CATEGORY:=Xorg
   SUBMENU:=utils
-  DEPENDS:=@DEP@ @TARGET_x86
+  DEPENDS:=@DEP@ @DISPLAY_SUPPORT
   TITLE:=${PKG_NAME}
   URL:=http://xorg.freedesktop.org/
 endef
index ea8f4e2..180b53f 100644 (file)
@@ -20,7 +20,7 @@ define Package/util-macros
   SECTION:=xorg-utils
   CATEGORY:=Xorg
   SUBMENU:=utils
-  DEPENDS:= @TARGET_x86
+  DEPENDS:= @DISPLAY_SUPPORT
   TITLE:=${PKG_NAME}
   URL:=http://xorg.freedesktop.org/
 endef