libepoxy: remove xorg dependency

This commit is contained in:
Dylan Araps 2021-07-08 10:27:26 +03:00
parent 7be91e2834
commit 1c0db740b3
No known key found for this signature in database
GPG Key ID: 13295DAC2CF13B5C
2 changed files with 2 additions and 2 deletions

View File

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

View File

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