wok diff cairo/receipt @ rev 2916
Add eina (E17 Data types library)
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Wed May 06 23:09:03 2009 +0200 (2009-05-06) |
parents | f2c42e4f6715 |
children | 77054f0a1cbb |
line diff
1.1 --- a/cairo/receipt Sun Apr 26 16:06:22 2009 +0200 1.2 +++ b/cairo/receipt Wed May 06 23:09:03 2009 +0200 1.3 @@ -6,8 +6,8 @@ 1.4 SHORT_DESC="2D graphics library." 1.5 MAINTAINER="pankso@slitaz.org" 1.6 DEPENDS="glib pixman libpng zlib expat fontconfig freetype xorg-libX11 \ 1.7 -xorg-libXau xorg-libXdmcp xorg-libXrender xcb-util" 1.8 -BUILD_DEPENDS="pkg-config pixman-dev libpng-dev zlib-dev fontconfig-dev xcb-util" 1.9 +xorg-libXau xorg-libXdmcp xorg-libXrender" 1.10 +BUILD_DEPENDS="pkg-config pixman-dev libpng-dev zlib-dev fontconfig-dev" 1.11 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.12 WEB_SITE="http://www.cairographics.org/" 1.13 WGET_URL="http://cairographics.org/releases/$TARBALL" 1.14 @@ -20,7 +20,6 @@ 1.15 --prefix=/usr \ 1.16 --mandir=/usr/share/man \ 1.17 --with-html-dir=/usr/share/doc \ 1.18 - --enable-xcb \ 1.19 $CONFIGURE_ARGS && 1.20 make && 1.21 make DESTDIR=$PWD/_pkg install