summaryrefslogtreecommitdiffstats
path: root/package/cairo
diff options
context:
space:
mode:
authorThomas Lundquist2009-01-14 14:36:36 +0100
committerThomas Lundquist2009-01-14 14:36:36 +0100
commitcaf9ed7bff8ca2158ef4fa697bbb9abd4e5a4900 (patch)
treea9d00b4615b7019ab07f5ddf9eea839cdb8593b0 /package/cairo
parentWoops, we do need /dev/null, not a directory with html in it. (diff)
downloadbuildroot-caf9ed7bff8ca2158ef4fa697bbb9abd4e5a4900.tar.gz
buildroot-caf9ed7bff8ca2158ef4fa697bbb9abd4e5a4900.tar.xz
buildroot-caf9ed7bff8ca2158ef4fa697bbb9abd4e5a4900.zip
Better to use the correct --without
Diffstat (limited to 'package/cairo')
-rw-r--r--package/cairo/cairo.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/cairo/cairo.mk b/package/cairo/cairo.mk
index 0b5ff13a7..5ee52f19d 100644
--- a/package/cairo/cairo.mk
+++ b/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)