2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-07-04 15:02:27 +00:00

mesa: Fix issues with musl and firefox

This commit is contained in:
Dylan Araps 2019-08-03 19:36:34 +03:00
parent 8c99c8cfc7
commit 411dd08730
2 changed files with 4 additions and 1 deletions

View File

@ -2,12 +2,15 @@
patch -p1 < mesa-no-gettext.patch
export CFLAGS="-DGLX_X86_READONLY_TEXT $CFLAGS"
meson \
--prefix=/usr \
--sysconfdir=/etc \
--mandir=/usr/share/man \
--localstatedir=/var \
--buildtype=release \
-Dglx-use-tls=false \
-Dplatforms=x11,drm \
. output

View File

@ -1 +1 @@
19.1.1 1
19.1.1 2