Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] svn commit: trunk/buildroot/package: cairo libglib2
@ 2009-01-12 10:29 thomasez at uclibc.org
  2009-01-12 10:52 ` Peter Korsgaard
  0 siblings, 1 reply; 3+ messages in thread
From: thomasez at uclibc.org @ 2009-01-12 10:29 UTC (permalink / raw)
  To: buildroot

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

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


Modified:
   trunk/buildroot/package/cairo/cairo.mk
   trunk/buildroot/package/libglib2/libglib2.mk


Changeset:
Modified: trunk/buildroot/package/cairo/cairo.mk
===================================================================
--- trunk/buildroot/package/cairo/cairo.mk	2009-01-12 10:25:31 UTC (rev 24790)
+++ trunk/buildroot/package/cairo/cairo.mk	2009-01-12 10:29:46 UTC (rev 24791)
@@ -41,11 +41,15 @@
 		ac_use_included_regex=no gl_cv_c_restrict=no \
 		ac_cv_path_GLIB_GENMARSHAL=$(HOST_GLIB)/bin/glib-genmarshal
 
+CAIRO_CONF_OPT = --disable-gtk-doc --with-html-dir=/dev/null
+
 ifeq ($(BR2_PACKAGE_DIRECTFB),y)
-	CAIRO_CONF_OPT = --disable-xlib --without-x --enable-directfb
+	CAIRO_CONF_OPT = --disable-xlib --without-x --enable-directfb \
+		--disable-gtk-doc --with-html-dir=/dev/null
 	CAIRO_DEPENDENCIES_EXTRA = directfb
 endif
 
+
 CAIRO_DEPENDENCIES = uclibc gettext libintl pkgconfig libglib2 zlib libpng fontconfig $(CAIRO_DEPENDENCIES_EXTRA) pixman $(XSERVER) 
 
 $(eval $(call AUTOTARGETS,package,cairo))

Modified: trunk/buildroot/package/libglib2/libglib2.mk
===================================================================
--- trunk/buildroot/package/libglib2/libglib2.mk	2009-01-12 10:25:31 UTC (rev 24790)
+++ trunk/buildroot/package/libglib2/libglib2.mk	2009-01-12 10:29:46 UTC (rev 24791)
@@ -45,7 +45,8 @@
 		gt_cv_c_wchar_t=$(if $(BR2_USE_WCHAR),yes,no)
 
 LIBGLIB2_CONF_OPT = --enable-shared \
-		--disable-gtk-doc \
+	 	--disable-gtk-doc \
+		--with-html-dir=/dev/null \
 		--enable-static
 
 LIBGLIB2_DEPENDENCIES = uclibc gettext libintl pkgconfig

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [Buildroot] svn commit: trunk/buildroot/package: cairo libglib2
  2009-01-12 10:29 [Buildroot] svn commit: trunk/buildroot/package: cairo libglib2 thomasez at uclibc.org
@ 2009-01-12 10:52 ` Peter Korsgaard
  2009-01-12 14:55   ` Thomas Lundquist
  0 siblings, 1 reply; 3+ messages in thread
From: Peter Korsgaard @ 2009-01-12 10:52 UTC (permalink / raw)
  To: buildroot

>>>>> "thomasez" == thomasez  <thomasez@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

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [Buildroot] svn commit: trunk/buildroot/package: cairo libglib2
  2009-01-12 10:52 ` Peter Korsgaard
@ 2009-01-12 14:55   ` Thomas Lundquist
  0 siblings, 0 replies; 3+ messages in thread
From: Thomas Lundquist @ 2009-01-12 14:55 UTC (permalink / raw)
  To: buildroot

On Mon, Jan 12, 2009 at 11:52:21AM +0100, Peter Korsgaard wrote:
> 
> Adding those with += below would be nicer - E.G.:
> 
> +CAIRO_CONF_OPT += --disable-gtk-doc --with-html-dir=/dev/null

Brainfart, sorry.

It will be fixed in next commit.




Thomas.

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2009-01-12 14:55 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-01-12 10:29 [Buildroot] svn commit: trunk/buildroot/package: cairo libglib2 thomasez at uclibc.org
2009-01-12 10:52 ` Peter Korsgaard
2009-01-12 14:55   ` Thomas Lundquist

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox