浏览代码

Better to use the correct --without

Thomas Lundquist 16 年之前
父节点
当前提交
caf9ed7bff
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      package/cairo/cairo.mk

+ 1 - 1
package/cairo/cairo.mk

@@ -46,7 +46,7 @@ ifeq ($(BR2_PACKAGE_DIRECTFB),y)
 	CAIRO_CONF_OPT = --disable-xlib --without-x --enable-directfb
 	CAIRO_DEPENDENCIES_EXTRA = directfb
 endif
-CAIRO_CONF_OPT += --disable-gtk-doc --with-html-dir=""
+CAIRO_CONF_OPT += --disable-gtk-doc --without-html-dir
 
 CAIRO_DEPENDENCIES = uclibc gettext libintl pkgconfig zlib libpng fontconfig $(CAIRO_DEPENDENCIES_EXTRA) pixman $(XSERVER)