evince: disable the mozilla browser plugin; causes lockups with firefox.
This commit is contained in:
parent
92d1f0532d
commit
b99bb9e032
1 changed files with 3 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'evince'
|
||||
pkgname=evince
|
||||
version=3.14.1
|
||||
revision=2
|
||||
revision=3
|
||||
short_desc="GNOME Document viewer for multiple document formats"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
homepage="http://projects.gnome.org/evince/"
|
||||
|
@ -17,7 +17,8 @@ if [ -z "$CROSS_BUILD" ]; then
|
|||
fi
|
||||
|
||||
configure_args="$(vopt_enable gir introspection) --disable-schemas-compile
|
||||
--enable-comics --disable-static --enable-xps --disable-t1lib"
|
||||
--enable-comics --disable-static --enable-xps --disable-t1lib
|
||||
--disable-browser-plugin"
|
||||
|
||||
hostmakedepends="pkg-config intltool itstool
|
||||
gnome-doc-utils glib-devel $(vopt_if gir gobject-introspection)"
|
||||
|
|
Loading…
Reference in a new issue