[jhbuild] [3.0] duplicate vte builds (against gtk+ 2 and 3), used by gnome-terminal
- From: Frederic Peters <fpeters src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [jhbuild] [3.0] duplicate vte builds (against gtk+ 2 and 3), used by gnome-terminal
- Date: Sun, 20 Jun 2010 10:53:13 +0000 (UTC)
commit 37c92e1f36911c758c38c5b0c4554acdef30b4dc
Author: Frédéric Péters <fpeters 0d be>
Date: Sun Jun 20 12:52:32 2010 +0200
[3.0] duplicate vte builds (against gtk+ 2 and 3), used by gnome-terminal
modulesets/gnome-suites-3.0.modules | 15 ++++++++++++---
1 files changed, 12 insertions(+), 3 deletions(-)
---
diff --git a/modulesets/gnome-suites-3.0.modules b/modulesets/gnome-suites-3.0.modules
index 0c70fc3..1d13f4e 100644
--- a/modulesets/gnome-suites-3.0.modules
+++ b/modulesets/gnome-suites-3.0.modules
@@ -957,9 +957,9 @@
<dependencies>
<dep package="intltool"/>
<dep package="glib"/>
- <dep package="gtk+"/>
+ <dep package="gtk+-3"/>
<dep package="gconf"/>
- <dep package="vte"/>
+ <dep package="vte-3"/>
<dep package="startup-notification"/>
<dep package="gnome-doc-utils"/>
</dependencies>
@@ -1448,7 +1448,7 @@
</dependencies>
</autotools>
- <autotools id="vte">
+ <autotools id="vte" autogenargs="--with-gtk=2.0">
<branch/>
<dependencies>
<dep package="intltool"/>
@@ -1457,6 +1457,15 @@
</dependencies>
</autotools>
+ <autotools id="vte-3" autogenargs="--with-gtk=3.0">
+ <branch checkoutdir="vte-3" module="vte"/>
+ <dependencies>
+ <dep package="intltool"/>
+ <dep package="glib"/>
+ <dep package="gtk+"/>
+ </dependencies>
+ </autotools>
+
<autotools id="yelp-xsl">
<branch/>
<dependencies>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]