diff options
author | Thomas Lundquist <lists@zelow.no> | 2009-01-14 12:26:30 +0000 |
---|---|---|
committer | Thomas Lundquist <lists@zelow.no> | 2009-01-14 12:26:30 +0000 |
commit | dd771221ff213fbb9e1ec8df6415ded59350153d (patch) | |
tree | 8823ce341baf50a729922b532c63e9562c5a1aa3 /package/cairo/cairo.mk | |
parent | e3171fda5d50d35b2764bc79952fb8a7e4a95cdd (diff) | |
download | buildroot-novena-dd771221ff213fbb9e1ec8df6415ded59350153d.tar.gz buildroot-novena-dd771221ff213fbb9e1ec8df6415ded59350153d.zip |
Woops, we do need /dev/null, not a directory with html in it.
Diffstat (limited to 'package/cairo/cairo.mk')
-rw-r--r-- | package/cairo/cairo.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/cairo/cairo.mk b/package/cairo/cairo.mk index 396b8ebcd..0b5ff13a7 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=/dev/null +CAIRO_CONF_OPT += --disable-gtk-doc --with-html-dir="" CAIRO_DEPENDENCIES = uclibc gettext libintl pkgconfig zlib libpng fontconfig $(CAIRO_DEPENDENCIES_EXTRA) pixman $(XSERVER) |