diff options
Diffstat (limited to 'package')
| -rw-r--r-- | package/cairo/cairo.mk | 4 | 
1 files changed, 2 insertions, 2 deletions
| 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 \ | 
