[Buildroot] [PATCH v3] libgtk2: skip tutorial and faq build

justin.swartz at nym.hush.com justin.swartz at nym.hush.com
Thu Feb 26 16:55:57 UTC 2015


Fixes: http://article.gmane.org/gmane.comp.lib.uclibc.buildroot/65165

Pass "DB2HTML=false" in LIBGTK2_CONF_ENV to disable the building of the
Tutorial and the FAQ.

Signed-off-by: Justin Swartz <justin.swartz at nym.hush.com>

---
Changes v2 -> v3:
  - Removed 0002-configure-have_docbook.patch
  - Replaced "ac_cv_prog_DB2HTML=no" with "DB2HTML=no" in
    LIBGTK2_CONF_ENV
  - Removed "--disable-gtk-doc-pdf" and "--disable-gtk-doc-html" from
    LIBGTK2_CONF_OPTS

Changes v1 -> v2:
  - Commit log added to the head of "0002-configure-have_docbook.patch"
  - Moved "--disable-gtk-doc-pdf" and "--disable-gtk-doc-html" to the
    end of LIBGTK2_CONF_OPTS
---
 package/libgtk2/libgtk2.mk | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/package/libgtk2/libgtk2.mk b/package/libgtk2/libgtk2.mk
index dfc1f5b..f52dfaf 100644
--- a/package/libgtk2/libgtk2.mk
+++ b/package/libgtk2/libgtk2.mk
@@ -69,7 +69,8 @@ LIBGTK2_CONF_ENV = \
 	ac_cv_path_GTK_UPDATE_ICON_CACHE=$(HOST_DIR)/usr/bin/gtk-update-icon-cache \
 	ac_cv_path_GDK_PIXBUF_CSOURCE=$(HOST_DIR)/usr/bin/gdk-pixbuf-csource \
 	ac_cv_prog_F77=no \
-	ac_cv_path_CUPS_CONFIG=no
+	ac_cv_path_CUPS_CONFIG=no \
+	DB2HTML=false
 
 LIBGTK2_CONF_OPTS = --disable-glibtest --enable-explicit-deps=no
 
-- 
1.7.12.1




More information about the buildroot mailing list