aboutsummaryrefslogtreecommitdiff
path: root/xorg/xcb-util-renderutil/build
blob: 7ca84fcf761969cd4e3c2035ba6b245ec8628b4b (plain)
1
2
3
4
5
6
7
8
#!/bin/sh -e

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

make
make DESTDIR="$1" install