Woops, we do need /dev/null, not a directory with html in it.
authorThomas Lundquist <lists@zelow.no>
Wed, 14 Jan 2009 12:26:30 +0000 (12:26 -0000)
committerThomas Lundquist <lists@zelow.no>
Wed, 14 Jan 2009 12:26:30 +0000 (12:26 -0000)
package/cairo/cairo.mk

index 396b8ebcdcc5e11b853cac666c77c3685c2d45c6..0b5ff13a7cf4adb3694952102d6a95a0832b97e7 100644 (file)
@@ -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)