wok rev 6466

Fixed libwebkit. Added --enable-jit=yes and remove --enable-svg=no. Svg is need in parts of libwebkit cause some header files are used only if its enabled.
author Christopher Rogers <slaxemulator@gmail.com>
date Wed Sep 29 19:28:53 2010 +0000 (2010-09-29)
parents 460d00ef1f0e
children 91f0a0a892ae
files libwebkit/receipt
line diff
     1.1 --- a/libwebkit/receipt	Wed Sep 29 23:03:55 2010 +0000
     1.2 +++ b/libwebkit/receipt	Wed Sep 29 19:28:53 2010 +0000
     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