From 19a37fb5720813d3a03a9bbecfc512ff99545a07 Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Fri, 27 Apr 2012 06:03:46 +0000 Subject: main/gdk-pixbuf: we need --with-x11 Otherwise will not the gdk-pixbuf-xlib.h be installed. http://comments.gmane.org/gmane.linux.lfs.beyond.support/43641 --- main/gdk-pixbuf/APKBUILD | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'main') diff --git a/main/gdk-pixbuf/APKBUILD b/main/gdk-pixbuf/APKBUILD index 3ac791db98..e00eb4b8d7 100644 --- a/main/gdk-pixbuf/APKBUILD +++ b/main/gdk-pixbuf/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Natanael Copa pkgname=gdk-pixbuf pkgver=2.26.1 -pkgrel=0 +pkgrel=1 pkgdesc="GDK Pixbuf library" url="http://www.gtk.org/" arch="all" @@ -30,6 +30,7 @@ build() { cd "$_builddir" ./configure --prefix=/usr \ --sysconfdir=/etc \ + --with-x11 \ --mandir=/usr/share/man \ --infodir=/usr/share/info make || return 1 -- cgit v1.2.3