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