Commit 6113e56a authored by Eric Andersen's avatar Eric Andersen
Browse files

it seems pdf and ps support are required for gtk2

parent 8b9d738e
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 \