Explicitly enable jasper

This commit is contained in:
Matthias Clasen 2009-07-17 00:51:37 +00:00
parent 0e13f5c9e3
commit 6745a99540

View File

@ -164,7 +164,11 @@ if ! pkg-config --exists pangoxft ; then
exit 1
fi
%configure --with-xinput=xfree --disable-gtk-doc --disable-rebuilds --with-included-loaders=png
%configure --with-xinput=xfree \
--disable-gtk-doc \
--disable-rebuilds \
--with-jasper \
--with-included-loaders=png
# fight unused direct deps
sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool