comparison graphics/cairo/cairo.sh @ 745:59a2fa6992bc

vanilla: re-enable static libraries
author David Demelier <markand@malikania.fr>
date Wed, 07 Aug 2019 20:05:00 +0200
parents 9de04ddc6f6d
children 0e6c54d47dfb
comparison
equal deleted inserted replaced
744:beb99c802979 745:59a2fa6992bc
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 \
148 --disable-valgrind \ 147 --disable-valgrind \
149 --enable-shared \ 148 --enable-shared \
150 $with_drm \ 149 $with_drm \
151 $with_fontconfig \ 150 $with_fontconfig \
152 $with_freetype \ 151 $with_freetype \