From 6113e56a306c3c0e41e1eb64d91742b39b4de4a3 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Thu, 11 Jan 2007 08:45:28 +0000 Subject: it seems pdf and ps support are required for gtk2 --- package/cairo/cairo.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'package/cairo') diff --git a/package/cairo/cairo.mk b/package/cairo/cairo.mk index ba46917ee..7e1eba5c6 100644 --- a/package/cairo/cairo.mk +++ b/package/cairo/cairo.mk @@ -109,8 +109,8 @@ $(CAIRO_DIR)/.configured: $(CAIRO_DIR)/.unpacked --with-x \ --x-includes=$(STAGING_DIR)/usr/X11R6/include \ --x-libraries=$(STAGING_DIR)/usr/X11R6/lib \ - --enable-ps=no \ - --enable-pdf=no \ + --enable-ps=yes \ + --enable-pdf=yes \ --enable-svg=no \ --enable-png=yes \ --enable-freetype=yes \ -- cgit v1.2.3