summaryrefslogtreecommitdiff
path: root/scripts/jhbuild/modulesets/gtk.modules
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@intel.com>2015-06-05 11:54:15 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-06-08 17:32:45 +0100
commit2804df294fbe5a820dddf6c0343ae373c9f6bc95 (patch)
treec1c8da463d394e2c57c45531b60e0f53d73a8386 /scripts/jhbuild/modulesets/gtk.modules
parent9907e20868397a9823cc1e755ee1b697da6be2f3 (diff)
downloadopenembedded-core-2804df294fbe5a820dddf6c0343ae373c9f6bc95.tar.gz
openembedded-core-2804df294fbe5a820dddf6c0343ae373c9f6bc95.tar.bz2
openembedded-core-2804df294fbe5a820dddf6c0343ae373c9f6bc95.zip
scripts/jhbuild: remove
Remove the jhbuild2oe script and the copies of very old GNOME modulesets as nobody has used them for a long time. Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'scripts/jhbuild/modulesets/gtk.modules')
-rw-r--r--scripts/jhbuild/modulesets/gtk.modules72
1 files changed, 0 insertions, 72 deletions
diff --git a/scripts/jhbuild/modulesets/gtk.modules b/scripts/jhbuild/modulesets/gtk.modules
deleted file mode 100644
index a26a44c2ac..0000000000
--- a/scripts/jhbuild/modulesets/gtk.modules
+++ /dev/null
@@ -1,72 +0,0 @@
-<?xml version="1.0"?><!--*- mode: nxml -*-->
-<?xml-stylesheet type="text/xsl" href="moduleset.xsl"?>
-<moduleset>
- <repository type="cvs" name="gnome.org" default="yes"
- cvsroot=":pserver:anonymous@anoncvs.gnome.org:/cvs/gnome"
- password=""/>
- <repository type="cvs" name="mime.freedesktop.org"
- cvsroot=":pserver:anoncvs@cvs.freedesktop.org:/cvs/mime"
- password=""/>
-
- <include href="freedesktop.modules"/>
-
- <autotools id="gnome-common">
- <branch/>
- </autotools>
- <autotools id="intltool">
- <branch/>
- <dependencies>
- <dep package="gnome-common"/>
- </dependencies>
- </autotools>
- <autotools id="shared-mime-info" supports-non-srcdir-builds="no">
- <branch repo="mime.freedesktop.org"/>
- <dependencies>
- <dep package="intltool"/>
- </dependencies>
- </autotools>
- <autotools id="libxml2">
- <branch module="gnome-xml" checkoutdir="libxml2"/>
- </autotools>
- <autotools id="libxslt">
- <branch/>
- <dependencies>
- <dep package="libxml2"/>
- </dependencies>
- </autotools>
- <autotools id="gtk-doc">
- <branch/>
- <dependencies>
- <dep package="libxslt"/>
- </dependencies>
- </autotools>
- <autotools id="glib">
- <branch/>
- <dependencies>
- <dep package="gtk-doc"/>
- </dependencies>
- </autotools>
- <autotools id="pango">
- <branch/>
- <dependencies>
- <dep package="glib"/>
- <dep package="cairo"/>
- <dep package="libXft"/>
- </dependencies>
- </autotools>
- <autotools id="atk">
- <branch/>
- <dependencies>
- <dep package="glib"/>
- </dependencies>
- </autotools>
- <autotools id="gtk+">
- <branch/>
- <dependencies>
- <dep package="cairo"/>
- <dep package="atk"/>
- <dep package="pango"/>
- <dep package="shared-mime-info"/>
- </dependencies>
- </autotools>
-</moduleset>