[Buildroot] svn commit: trunk/buildroot/package: cairo libglib2

Peter Korsgaard jacmet at uclibc.org
Mon Jan 12 10:52:21 UTC 2009


>>>>> "thomasez" == thomasez  <thomasez at uclibc.org> writes:

 thomasez> Author: thomasez
 thomasez> Date: 2009-01-12 10:29:46 +0000 (Mon, 12 Jan 2009)
 thomasez> New Revision: 24791

 thomasez> Log:
 thomasez> May not be the right way to do it but I just don't want those docs.

 thomasez> +CAIRO_CONF_OPT = --disable-gtk-doc --with-html-dir=/dev/null
 thomasez> +
 thomasez>  ifeq ($(BR2_PACKAGE_DIRECTFB),y)
 thomasez> -	CAIRO_CONF_OPT = --disable-xlib --without-x --enable-directfb
 thomasez> +	CAIRO_CONF_OPT = --disable-xlib --without-x --enable-directfb \
 thomasez> +		--disable-gtk-doc --with-html-dir=/dev/null
 thomasez>  	CAIRO_DEPENDENCIES_EXTRA = directfb
 thomasez>  endif

Adding those with += below would be nicer - E.G.:

+CAIRO_CONF_OPT += --disable-gtk-doc --with-html-dir=/dev/null

-- 
Bye, Peter Korsgaard



More information about the buildroot mailing list