libGL: unbreak armv7 build: disable d3d9 (nine) option.

This commit is contained in:
Juan RP 2014-12-14 16:51:10 +01:00
parent 9e43884954
commit e5b5e0ac52

View file

@ -5,7 +5,7 @@ revision=2
wrksrc="Mesa-${version}"
build_style=gnu-configure
configure_args="--enable-glx-tls --enable-shared-glapi --enable-gbm
--enable-gles1 --enable-gles2 --enable-egl --enable-vdpau --enable-nine
--enable-gles1 --enable-gles2 --enable-egl --enable-vdpau
--disable-gallium-egl --enable-xvmc --enable-osmesa --enable-texture-float
--with-egl-platforms=x11,drm,wayland"
short_desc="Graphics library similar to SGI's OpenGL"
@ -33,7 +33,7 @@ i686*|x86_64*)
# Enable all x86 drivers.
configure_args+=" --with-gallium-drivers=r300,r600,radeonsi,svga,swrast,nouveau"
configure_args+=" --with-dri-drivers=i915,i965,r200,radeon,nouveau,swrast"
configure_args+=" --enable-xa --enable-dri3"
configure_args+=" --enable-xa --enable-dri3 --enable-nine"
configure_args+=" --enable-opencl --enable-opencl-icd --enable-r600-llvm-compiler"
hostmakedepends+=" clang libclc-git"
makedepends+=" libva-devel"
@ -44,7 +44,7 @@ armv6l*)
# Enable Videocore IV and swrast for RaspberryPi
configure_args+=" --with-gallium-drivers=swrast,vc4"
configure_args+=" --with-dri-drivers=swrast"
configure_args+=" --disable-xa"
configure_args+=" --disable-xa --enable-nine"
subpackages+=" mesa-vc4-dri"
;;
*)