comparison graphics/cairo/cairo.sh @ 549:bad483aace64

vanilla: use prefix= instead
author David Demelier <markand@malikania.fr>
date Sun, 23 Jun 2019 15:13:10 +0200
parents b1690d766bdb
children 25cecc6dca48
comparison
equal deleted inserted replaced
548:b1d040632d36 549:bad483aace64
141 LDFLAGS="$LDFLAGS" \ 141 LDFLAGS="$LDFLAGS" \
142 LIBS="$LIBS" \ 142 LIBS="$LIBS" \
143 ./configure \ 143 ./configure \
144 --build=$CBUILD \ 144 --build=$CBUILD \
145 --host=$CHOST \ 145 --host=$CHOST \
146 --prefix=/ \ 146 --prefix= \
147 --disable-static \ 147 --disable-static \
148 --disable-valgrind \ 148 --disable-valgrind \
149 --enable-shared \ 149 --enable-shared \
150 $with_drm \ 150 $with_drm \
151 $with_fontconfig \ 151 $with_fontconfig \