wok diff libwebkit/receipt @ rev 6485

audacious-plugins: break a dependency loop
author Antoine Bodin <gokhlayeh@mailoo.org>
date Thu Sep 30 21:14:47 2010 +0200 (2010-09-30)
parents b66b5f1c5ffb
children eca8176123e7
line diff
     1.1 --- a/libwebkit/receipt	Wed Sep 29 23:54:52 2010 +0000
     1.2 +++ b/libwebkit/receipt	Thu Sep 30 21:14:47 2010 +0200
     1.3 @@ -13,7 +13,7 @@
     1.4  BUILD_DEPENDS="gtk+-dev enchant enchant-dev gperf libxslt-dev jpeg-dev \
     1.5  libpng-dev glib-dev autoconf automake gnutls-dev sqlite-dev libtool \
     1.6  m4 bison flex xorg-libXdamage-dev acl-dev libsoup-dev libxml2-dev \
     1.7 -libxcb-dev xcb-util-dev util-linux-ng-uuid-dev"
     1.8 +libxcb-dev xcb-util-dev util-linux-ng-uuid-dev zlib-dev libtasn1-dev"
     1.9  MAINTAINER="mallory@sweetpeople.org"
    1.10  TARBALL="$SOURCE-$VERSION.tar.gz"
    1.11  WEB_SITE="http://webkitgtk.org"
    1.12 @@ -34,7 +34,7 @@
    1.13  		--infodir=/usr/share/info \
    1.14  		--mandir=/usr/share/man \
    1.15          	--enable-video=no \
    1.16 -	        --enable-svg=no \
    1.17 +		--enable-jit=yes \
    1.18  	        --with-unicode-backend=glib \
    1.19  		$CONFIGURE_ARGS &&
    1.20  	make -j4 && make DESTDIR=$PWD/_pkg install