aboutsummaryrefslogtreecommitdiffstats
path: root/main/mesa
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2015-09-01 11:47:37 +0200
committerNatanael Copa <ncopa@alpinelinux.org>2015-09-02 09:03:01 +0200
commitf5b24d0fb316e328563b422c927e4b30f591510f (patch)
tree3e7b524504131bf14ac260a4e1d987eba1d5ec7d /main/mesa
parentaca93125ab1df5c95d60a2094425064c44dedc5f (diff)
downloadaports-f5b24d0fb316e328563b422c927e4b30f591510f.tar.bz2
aports-f5b24d0fb316e328563b422c927e4b30f591510f.tar.xz
main/mesa: fix build on arm
Diffstat (limited to 'main/mesa')
-rw-r--r--main/mesa/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/mesa/APKBUILD b/main/mesa/APKBUILD
index aabe754dce..22e0c974c4 100644
--- a/main/mesa/APKBUILD
+++ b/main/mesa/APKBUILD
@@ -71,7 +71,7 @@ build() {
--with-gallium-drivers=r300,r600,radeonsi,nouveau,svga,swrast \
--with-dri-drivers=${_dri_drivers} \
--enable-llvm-shared-libs \
- --enable-gallium-egl \
+ --enable-gallium-llvm \
--with-egl-platforms=x11,drm,wayland \
--enable-shared-glapi \
--enable-gbm \