2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-10-05 16:55:47 -06:00
repo/extra/libdrm/build

11 lines
114 B
Plaintext
Raw Normal View History

2019-06-27 00:03:00 -06:00
#!/bin/sh -e
2020-05-03 14:44:01 -06:00
export DESTDIR="$1"
2020-03-13 04:56:24 -06:00
2020-04-14 09:44:37 -06:00
meson \
2019-06-27 00:03:00 -06:00
--prefix=/usr \
2020-04-14 09:44:37 -06:00
. build
2019-06-27 00:03:00 -06:00
2020-04-14 09:44:37 -06:00
ninja -C build
ninja -C build install