2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-10-06 01:05:53 -06:00
repo/wayland/pixman/build

10 lines
121 B
Plaintext
Raw Normal View History

2019-06-26 23:53:09 -06:00
#!/bin/sh -e
2022-10-18 20:54:35 -06:00
meson setup \
-Dprefix=/usr \
-Dgtk=disabled \
output
2019-06-26 23:53:09 -06:00
2022-10-18 20:54:35 -06:00
ninja -C output
ninja -C output install