From: Thomas Lundquist Date: Wed, 14 Jan 2009 13:36:36 +0000 (-0000) Subject: Better to use the correct --without X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=caf9ed7bff8ca2158ef4fa697bbb9abd4e5a4900;p=buildroot.git Better to use the correct --without --- diff --git a/package/cairo/cairo.mk b/package/cairo/cairo.mk index 0b5ff13a7c..5ee52f19d8 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)