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

12 lines
Plaintext
Raw Normal View History

2019-06-26 23:53:09 -06:00
#!/bin/sh -e
2023-03-02 07:40:00 -07:00
export DESTDIR="$1"
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