浏览代码

it seems pdf and ps support are required for gtk2

Eric Andersen 18 年之前
父节点
当前提交
6113e56a30
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      package/cairo/cairo.mk

+ 2 - 2
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 \