Skip to content

Commit

Permalink
mesalib: Update from version 19.3.1 to 19.3.2
Browse files Browse the repository at this point in the history
1.  add option for glvnd
2.  Enable Gallium driver *swr*, which supposedly better than *swrast*
  • Loading branch information
david authored and pmenzel committed Jan 20, 2020
1 parent ceb27ea commit a3523ed
Showing 1 changed file with 4 additions and 11 deletions.
15 changes: 4 additions & 11 deletions mesalib.be0
Original file line number Diff line number Diff line change
@@ -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.)
Expand Down Expand Up @@ -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() {
Expand All @@ -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}"'

###############################################################################
Expand Down

0 comments on commit a3523ed

Please sign in to comment.