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

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