build: Add colord to moduleset

It has been added as a dependency of gnome-control-center.
This commit is contained in:
Florian Müllner 2011-05-20 18:16:48 +02:00
parent 4c44bb7f52
commit 91caa8e59f
2 changed files with 18 additions and 3 deletions

View File

@ -63,7 +63,7 @@ fi
# spidermonkey ({mozilla,firefox,xulrunner}-js), startup-notification,
# xdamage, icon-naming-utils, upower, libtool-ltdl, libvorbis,
# libgcrypt, libtasn1, libgnome-keyring, libgtop, cups,
# libusb, libproxy, libdb, libproxy, sqlite
# libusb, libproxy, libdb, libproxy, sqlite, gudev, lcms2, sane
#
# Non-devel packages needed by gnome-shell and its deps:
# glxinfo, gstreamer-plugins-base, gstreamer-plugins-good,
@ -83,7 +83,7 @@ if test "x$system" = xUbuntu -o "x$system" = xDebian -o "x$system" = xLinuxMint
libgstreamer0.10-dev gstreamer0.10-plugins-base gstreamer0.10-plugins-good
libltdl-dev libvorbis-dev iso-codes libgnome-keyring-dev libusb-1.0-0-dev
libupower-glib-dev libcups2-dev libproxy-dev libdb-dev libproxy-dev
libsqlite3-dev
libsqlite3-dev libgudev-1.0-dev libsane-dev
"
if apt-cache show autopoint > /dev/null 2> /dev/null; then
@ -122,7 +122,7 @@ if test "x$system" = xFedora ; then
icon-naming-utils upower-devel libtool-ltdl-devel libvorbis-devel
iso-codes-devel libgcrypt-devel libtasn1-devel libtasn1-tools libusb1-devel
libgnome-keyring-devel libgtop2-devel cups-devel db4-devel libproxy-devel
sqlite-devel
sqlite-devel libgudev1-devel lcms2-devel sane-backends-devel
"
if expr $version \>= 14 > /dev/null ; then

View File

@ -13,6 +13,8 @@
href="http://0pointer.de/lennart/projects/"/>
<repository type="git" name="git.freedesktop.org"
href="git://anongit.freedesktop.org"/>
<repository type="git" name="colord.gitorious.org"
href="git://gitorious.org/colord/master.git"/>
<autotools id="gobject-introspection">
<branch repo="git.gnome.org" module="gobject-introspection"/>
@ -194,9 +196,22 @@
<dep package="libcanberra"/>
<dep package="gnome-desktop-3"/>
<dep package="gnome-settings-daemon"/>
<dep package="colord"/>
</dependencies>
</autotools>
<autotools id="colord" autogenargs="--disable-examples">
<branch repo="colord.gitorious.org" checkoutdir="colord" module="master"/>
<dependencies>
<dep package="glib"/>
<!-- and cups -->
<!-- and sane -->
</dependencies>
<suggests>
<dep package="polkit"/>
</suggests>
</autotools>
<autotools id="glib-networking">
<branch repo="git.gnome.org" module="glib-networking"/>
<dependencies>