From dccc7304e118887fdd045ecd7e4ea4194e3f5f49 Mon Sep 17 00:00:00 2001 From: Rmys Date: Thu, 26 Jul 2018 23:28:46 +0300 Subject: [PATCH] mesa-17.3.4 --- x11/library/mesa/actions.py | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/x11/library/mesa/actions.py b/x11/library/mesa/actions.py index 09b28e6a01..4b6bca5ef8 100644 --- a/x11/library/mesa/actions.py +++ b/x11/library/mesa/actions.py @@ -19,9 +19,9 @@ def setup(): options ="\ --with-dri-driverdir=/usr/lib/xorg/modules/dri \ - --with-gallium-drivers=r300,r600,radeonsi,nouveau,svga,swrast,virgl \ + --with-gallium-drivers=r300,r600,radeonsi,nouveau,svga,swrast,virgl,swr \ --with-dri-drivers=i915,i965,r200,radeon,nouveau,swrast \ - --with-egl-platforms=x11,drm,wayland \ + --with-platforms=x11,drm,wayland \ --enable-xa \ --enable-dri \ --enable-egl \ @@ -34,13 +34,12 @@ def setup(): --enable-osmesa \ --enable-xvmc \ --enable-glx-tls \ - --enable-gallium-llvm \ + --enable-llvm \ --enable-nine \ --enable-llvm-shared-libs \ --enable-shared-glapi \ --enable-texture-float \ - --enable-sysfs \ - " + " if get.buildTYPE() == "emul32": shelltools.export("PKG_CONFIG_PATH","/usr/lib32/pkgconfig")