aboutsummaryrefslogtreecommitdiff
path: root/extra/pixman/build
blob: cb0b1bff07fd996868b042206560952c208fcaeb (plain)
1
2
3
4
5
6
7
8
#!/bin/sh -e

./configure \
    --prefix=/usr \
    --disable-gtk

make
make DESTDIR="$1" install