diff options
Diffstat (limited to 'mesa3d-32/Pkgfile')
-rw-r--r-- | mesa3d-32/Pkgfile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/mesa3d-32/Pkgfile b/mesa3d-32/Pkgfile index f5cc5536..741369a2 100644 --- a/mesa3d-32/Pkgfile +++ b/mesa3d-32/Pkgfile @@ -4,7 +4,7 @@ # Depends on: elfutils-32 eudev-32 expat-32 libdrm-32 libvdpau-32 llvm-32 mesa3d xorg-dri3proto-32 xorg-glproto-32 xorg-libxdamage-32 xorg-libxshmfence-32 xorg-libxvmc-32 xorg-presentproto-32 name=mesa3d-32 -version=12.0.5 +version=13.0.2 release=1 source=(ftp://ftp.freedesktop.org/pub/mesa/$version/mesa-$version.tar.xz) @@ -33,8 +33,10 @@ build() { --enable-vdpau \ --enable-llvm-shared-libs \ --disable-dependency-tracking \ + --with-sha1=libcrypto \ --with-egl-platforms=x11,drm \ --with-gallium-drivers=r300,r600,svga,swrast,radeonsi,nouveau \ + --with-vulkan-drivers=intel,radeon \ --host=i686-pc-linux-gnu make |