mesa: disable all dri drivers except for swrast for non-x86 (compile errors)

git-svn-id: svn://svn.openwrt.org/openwrt/packages@16182 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nbd 2009-05-29 12:01:16 +00:00
parent f974fdab0b
commit 8c700fe441

View File

@ -44,7 +44,7 @@ define Package/libgl-mesa-dri-$(1)
SECTION:=xorg-lib
CATEGORY:=Xorg
SUBMENU:=libraries
DEPENDS:=libgl-mesa @DISPLAY_SUPPORT
DEPENDS:=libgl-mesa @DISPLAY_SUPPORT $(if $(findstring swrast,$(1)),,@TARGET_x86)
TITLE:=mesa dri $(1)
URL:=http://mesa3d.org
endef