comparison graphics/wxwidgets/wxwidgets.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 6710613b88b9
children 337f950c30f5
comparison
equal deleted inserted replaced
1217:27d1a83dc8d6 1218:57dc83a39b13
129 LDFLAGS="$LDFLAGS" \ 129 LDFLAGS="$LDFLAGS" \
130 LIBS="$LIBS" \ 130 LIBS="$LIBS" \
131 ./configure \ 131 ./configure \
132 --build=$CBUILD \ 132 --build=$CBUILD \
133 --host=$CHOST \ 133 --host=$CHOST \
134 --prefix= \ 134 --prefix=/usr \
135 --with-cxx=17 \ 135 --with-cxx=17 \
136 --disable-xlocale \ 136 --disable-xlocale \
137 --enable-unicode \ 137 --enable-unicode \
138 $with_gtk \ 138 $with_gtk \
139 $with_jpeg \ 139 $with_jpeg \