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

libepoxy: fixes

This commit is contained in:
Dylan Araps 2021-07-01 12:37:42 +00:00
parent 55ca1114e0
commit 61cae573f6
No known key found for this signature in database
GPG Key ID: 13295DAC2CF13B5C
2 changed files with 4 additions and 3 deletions

View File

@ -7,7 +7,7 @@ meson \
--sysconfdir=/etc \
--mandir=/usr/share/man \
-Dhas-dlvsym=false \
-Dx11=false \
-Dx11=true \
. output
ninja -C output

View File

@ -1,2 +1,3 @@
mesa make
meson make
libX11 make
mesa make
meson make