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:
parent
f974fdab0b
commit
8c700fe441
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user