]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commitdiff
it seems pdf and ps support are required for gtk2
authorEric Andersen <andersen@codepoet.org>
Thu, 11 Jan 2007 08:45:28 +0000 (08:45 -0000)
committerEric Andersen <andersen@codepoet.org>
Thu, 11 Jan 2007 08:45:28 +0000 (08:45 -0000)
package/cairo/cairo.mk

index ba46917eed426ddddb3a20fcf603cb8323723079..7e1eba5c678911d0570ea0336ce05d6fa576d0dc 100644 (file)
@@ -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 \