2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-07-07 16:32:28 +00:00
repo/wayland/pixman/build

9 lines
85 B
Plaintext
Raw Normal View History

2019-06-27 05:53:09 +00:00
#!/bin/sh -e
./configure \
--prefix=/usr \
--disable-gtk
make
2021-07-15 12:10:19 +00:00
make install