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

./configure \
    --prefix=/usr \
    --enable-malloc0returnsnull

make
make DESTDIR="$1" install