comparison graphics/cairo/cairo.sh @ 1218:57dc83a39b13

misc: switch back to standard FHS
author David Demelier <markand@malikania.fr>
date Thu, 30 Sep 2021 08:58:34 +0200
parents 27d1a83dc8d6
children 337f950c30f5
comparison
equal deleted inserted replaced
1217:27d1a83dc8d6 1218:57dc83a39b13
139 LDFLAGS="$LDFLAGS" \ 139 LDFLAGS="$LDFLAGS" \
140 LIBS="$LIBS" \ 140 LIBS="$LIBS" \
141 ./configure \ 141 ./configure \
142 --build=$CBUILD \ 142 --build=$CBUILD \
143 --host=$CHOST \ 143 --host=$CHOST \
144 --prefix= \ 144 --prefix=/usr \
145 --disable-valgrind \ 145 --disable-valgrind \
146 --enable-shared \ 146 --enable-shared \
147 $with_drm \ 147 $with_drm \
148 $with_fontconfig \ 148 $with_fontconfig \
149 $with_egl \ 149 $with_egl \