2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-10-02 14:30:57 -06:00
repo/wayland/libdrm/build

10 lines
116 B
Plaintext
Raw Normal View History

2019-06-27 00:03:00 -06:00
#!/bin/sh -e
2020-04-14 09:44:37 -06:00
meson \
2019-06-27 00:03:00 -06:00
--prefix=/usr \
2021-07-25 06:03:55 -06:00
-Dvalgrind=false \
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