Explicitly enable jasper
This commit is contained in:
parent
0e13f5c9e3
commit
6745a99540
@ -164,7 +164,11 @@ if ! pkg-config --exists pangoxft ; then
|
|||||||
exit 1
|
exit 1
|
||||||
fi
|
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
|
# fight unused direct deps
|
||||||
sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
|
sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
|
||||||
|
Loading…
Reference in New Issue
Block a user