diff --git a/mesalib.be0 b/mesalib.be0 index 4bd22ee5a..7d97bad86 100755 --- a/mesalib.be0 +++ b/mesalib.be0 @@ -1,6 +1,6 @@ #!/usr/bin/env beesh -# BEE_VERSION mesalib-19.3.1-0 +# BEE_VERSION mesalib-19.3.2-0 ## this file was created by bee init and should be executed to build a ## bee-package. (Additional hints are located at the end of this file.) @@ -56,10 +56,11 @@ SRCURL[0]="https://mesa.freedesktop.org/archive/mesa-${PKGVERSION}.tar.xz" mee_configure() { bee_configure \ -Dbuildtype=release \ - -Dgallium-drivers="nouveau,r600,radeonsi,svga,swrast" \ + -Dgallium-drivers="nouveau,r600,radeonsi,svga,swrast,swr" \ -Dvulkan-drivers="amd,intel" \ -Dosmesa=gallium \ - -Dvalgrind=false + -Dvalgrind=false \ + -Dglvnd=true } #mee_build() { @@ -70,14 +71,6 @@ mee_configure() { # bee_install #} -mee_install_post() { - mkdir -p ${D}${DATAROOTDIR}/mxgfx-generic/lib - ln -sf ${LIBDIR}/libGL.so.1.2.0 ${D}${DATAROOTDIR}/mxgfx-generic/lib/libGL.so.1 - - rm ${D}${LIBDIR}/libGL.so.1 - ln -sf ${DATAROOTDIR}/mxgfx/lib/libGL.so.1 ${D}${LIBDIR}/libGL.so.1 -} - ## by default this may be 'make install DESTDIR="${D}"' ###############################################################################