From: Eric Andersen Date: Thu, 11 Jan 2007 08:45:28 +0000 (-0000) Subject: it seems pdf and ps support are required for gtk2 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=6113e56a306c3c0e41e1eb64d91742b39b4de4a3;p=buildroot.git it seems pdf and ps support are required for gtk2 --- diff --git a/package/cairo/cairo.mk b/package/cairo/cairo.mk index ba46917eed..7e1eba5c67 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 \