extra/webkitgtk fix

This commit is contained in:
Kevin Mihelich 2014-06-07 22:54:47 +00:00
parent 49c78b424a
commit cfeb7baeab

View file

@ -3,7 +3,7 @@
# ALARM: Kevin Mihelich <kevin@archlinuxarm.org>
# - use --disable-jit to solve segfaults
# - use --disable-gtk-doc-html to solve html docs breaking the build
# - use --disable-gtk-doc to solve html docs breaking the build
pkgbase=webkitgtk
pkgname=(webkitgtk webkitgtk2)
@ -40,7 +40,7 @@ _build() (
../$pkgbase-$pkgver/configure --prefix=/usr \
--libexecdir=/usr/lib/webkit${_ver} \
--enable-introspection --disable-jit --disable-gtk-doc-html \
--enable-introspection --disable-jit \
"$@"
# https://bugzilla.gnome.org/show_bug.cgi?id=655517
@ -52,7 +52,7 @@ _build() (
build() {
PATH="$srcdir/path:$PATH"
_build gtk --enable-gtk-doc
_build gtk --disable-gtk-doc
_build gtk2 --disable-webkit2 --with-gtk=2.0
}