mirror of
https://codeberg.org/kiss-community/repo
synced 2025-01-26 09:35:01 -07:00
mesa: Use autotools.
This commit is contained in:
parent
05c8c661ce
commit
078f0e6e28
@ -1,15 +1,12 @@
|
||||
#!/bin/sh -e
|
||||
|
||||
meson \
|
||||
./configure \
|
||||
--prefix=/usr \
|
||||
--sysconfdir=/etc \
|
||||
--mandir=/usr/share/man \
|
||||
--localstatedir=/var \
|
||||
--buildtype=release \
|
||||
-Dplatforms=x11,drm \
|
||||
. output
|
||||
|
||||
ninja -C output
|
||||
|
||||
DESTDIR="$1" ninja -C output install
|
||||
--with-platforms=x11,drm
|
||||
|
||||
make
|
||||
make DESTDIR="$1" install
|
||||
|
Loading…
Reference in New Issue
Block a user