2
0
mirror of https://codeberg.org/kiss-community/repo synced 2025-01-26 09:35:01 -07:00

mesa: Fix build.

This commit is contained in:
Dylan Araps 2019-06-27 21:56:54 +03:00
parent 94f8d4cfe3
commit d4b78bad4a

View File

@ -6,11 +6,9 @@ meson \
--mandir=/usr/share/man \
--localstatedir=/var \
--buildtype=release \
--platforms=x11,drm \
--valgrind=false \
-Dplatforms=x11,drm \
. output
ninja -C output
DESTDIR="$1" ninja -C output install