[jhbuild] 3.6: add libXt dependency (and sub dependencies)
- From: Ray Strode <halfline src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [jhbuild] 3.6: add libXt dependency (and sub dependencies)
- Date: Fri, 11 May 2012 03:38:50 +0000 (UTC)
commit 577356c706e5ad5c5b3a1ec421929e7d71991eaf
Author: Ray Strode <rstrode redhat com>
Date: Thu May 10 22:32:34 2012 -0400
3.6: add libXt dependency (and sub dependencies)
It's used by WebKit, but not explicitly mentioned as a
dependency.
modulesets/gnome-suites-core-deps-3.6.modules | 34 +++++++++++++++++++++++++
1 files changed, 34 insertions(+), 0 deletions(-)
---
diff --git a/modulesets/gnome-suites-core-deps-3.6.modules b/modulesets/gnome-suites-core-deps-3.6.modules
index 00e485e..f7d7715 100644
--- a/modulesets/gnome-suites-core-deps-3.6.modules
+++ b/modulesets/gnome-suites-core-deps-3.6.modules
@@ -236,6 +236,39 @@
module="xorg/util/macros" checkoutdir="xorg-macros"/>
</autotools>
+ <autotools id="xtrans">
+ <pkg-config>xtrans.pc</pkg-config>
+ <branch repo="git.freedesktop.org"
+ module="xorg/lib/libxtrans" checkoutdir="libxtrans"/>
+ </autotools>
+
+ <autotools id="libICE">
+ <pkg-config>ice.pc</pkg-config>
+ <branch repo="git.freedesktop.org"
+ module="xorg/lib/libICE" checkoutdir="libICE"/>
+ <dependencies>
+ <dep package="xtrans"/>
+ </dependencies>
+ </autotools>
+
+ <autotools id="libSM">
+ <pkg-config>sm.pc</pkg-config>
+ <branch repo="git.freedesktop.org"
+ module="xorg/lib/libSM" checkoutdir="libSM"/>
+ <dependencies>
+ <dep package="libICE"/>
+ </dependencies>
+ </autotools>
+
+ <autotools id="libXt">
+ <pkg-config>xt.pc</pkg-config>
+ <branch repo="git.freedesktop.org"
+ module="xorg/lib/libXt" checkoutdir="libXt"/>
+ <dependencies>
+ <dep package="libSM"/>
+ </dependencies>
+ </autotools>
+
<autotools id="libXtst">
<pkg-config>xtst.pc</pkg-config>
<branch repo="git.freedesktop.org"
@@ -898,6 +931,7 @@
<dep package="libsoup"/>
<dep package="gobject-introspection"/>
<dep package="icu"/>
+ <dep package="libXt"/>
</dependencies>
<suggests>
<dep package="libxslt"/>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]