[vte] Distcheck with --with-gtk=3.0



commit 0cfaef604b1cbda52cbacf992bbba279059cc96a
Author: Christian Persch <chpe gnome org>
Date:   Mon Aug 16 21:26:29 2010 +0200

    Distcheck with --with-gtk=3.0

 Makefile.am |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index 633e44c..3f0a06c 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -23,7 +23,11 @@ endif
 pkgconfigdir = $(libdir)/pkgconfig
 pkgconfig_DATA = vte$(VTE_PC_VERSION).pc
 
-DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc --enable-introspection --disable-silent-rules
+DISTCHECK_CONFIGURE_FLAGS = \
+	--enable-gtk-doc \
+	--enable-introspection \
+	--disable-silent-rules \
+	--with-gtk=3.0
 
 MAINTAINERCLEANFILES = \
 		ChangeLog \



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]