diff options
author | Thomas Lundquist <lists@zelow.no> | 2009-01-17 10:11:12 +0000 |
---|---|---|
committer | Thomas Lundquist <lists@zelow.no> | 2009-01-17 10:11:12 +0000 |
commit | fa2273f409f7197ef47e4cdde83e2d8948156eb7 (patch) | |
tree | 83655dd373f203fecd5c8d6185bc72a489534ed0 /package/cairo | |
parent | 22ba8bcf0e901d568556a2448efa8ebfcf698362 (diff) |
Easier with one place for configure options for disabling gtk-doc
Diffstat (limited to 'package/cairo')
-rw-r--r-- | package/cairo/cairo.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/package/cairo/cairo.mk b/package/cairo/cairo.mk index 5ee52f19d..99893ea98 100644 --- a/package/cairo/cairo.mk +++ b/package/cairo/cairo.mk @@ -46,7 +46,6 @@ 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 --without-html-dir CAIRO_DEPENDENCIES = uclibc gettext libintl pkgconfig zlib libpng fontconfig $(CAIRO_DEPENDENCIES_EXTRA) pixman $(XSERVER) |