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