build: Add gnome-online-accounts to moduleset
Both evolution-data-server and gnome-control-center now draw in gnome-online-accounts - add it to the moduleset.
This commit is contained in:
parent
f042e43990
commit
ef5de3a5c0
@ -62,7 +62,7 @@ fi
|
||||
# iso-codes, libical, libxml2, ORBit2, pam, python, readline,
|
||||
# spidermonkey ({mozilla,firefox,xulrunner}-js), startup-notification,
|
||||
# xdamage, icon-naming-utils, upower, libtool-ltdl, libvorbis,
|
||||
# libgcrypt, libtasn1, libgnome-keyring, libgtop, cups, xcb,
|
||||
# libgcrypt, libtasn1, libgnome-keyring, libgtop, cups, xcb, WebKit-gtk
|
||||
# libusb, libproxy, libdb, libproxy, sqlite, gudev, lcms2, sane
|
||||
#
|
||||
# Non-devel packages needed by gnome-shell and its deps:
|
||||
@ -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 libgudev-1.0-dev libsane-dev
|
||||
libsqlite3-dev libgudev-1.0-dev libsane-dev libwebkitgtk-3.0-0
|
||||
libx11-xcb-dev libxcb-event1-dev libxcb-aux0-dev
|
||||
"
|
||||
|
||||
@ -119,7 +119,7 @@ if test "x$system" = xFedora ; then
|
||||
pulseaudio-libs-devel python-devel pygobject2 readline-devel xulrunner-devel
|
||||
libXdamage-devel libcroco-devel libxml2-devel gstreamer-devel
|
||||
gstreamer-plugins-base gstreamer-plugins-good glx-utils expat-devel
|
||||
startup-notification-devel zenity
|
||||
startup-notification-devel zenity webkitgtk3-devel
|
||||
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
|
||||
|
@ -207,6 +207,26 @@
|
||||
</dependencies>
|
||||
</autotools>
|
||||
|
||||
<autotools id="librest">
|
||||
<branch />
|
||||
<dependencies>
|
||||
<dep package="glib"/>
|
||||
<dep package="libsoup"/>
|
||||
</dependencies>
|
||||
</autotools>
|
||||
|
||||
<autotools id="gnome-online-accounts">
|
||||
<branch repo="git.gnome.org" module="gnome-online-accounts"/>
|
||||
<dependencies>
|
||||
<dep package="glib"/>
|
||||
<dep package="gnome-keyring"/>
|
||||
<dep package="gtk3"/>
|
||||
<dep package="json-glib"/>
|
||||
<dep package="libnotify"/>
|
||||
<dep package="librest"/>
|
||||
</dependencies>
|
||||
</autotools>
|
||||
|
||||
<autotools id="gnome-control-center">
|
||||
<branch repo="git.gnome.org" module="gnome-control-center"/>
|
||||
<dependencies>
|
||||
@ -214,6 +234,7 @@
|
||||
<dep package="libcanberra"/>
|
||||
<dep package="gnome-desktop-3"/>
|
||||
<dep package="gnome-settings-daemon"/>
|
||||
<dep package="gnome-online-accounts"/>
|
||||
<dep package="colord"/>
|
||||
</dependencies>
|
||||
</autotools>
|
||||
@ -270,6 +291,7 @@
|
||||
<dependencies>
|
||||
<dep package="libgweather"/>
|
||||
<dep package="libgdata"/>
|
||||
<dep package="gnome-online-accounts"/>
|
||||
<dep package="gtk3"/>
|
||||
</dependencies>
|
||||
</autotools>
|
||||
|
Loading…
Reference in New Issue
Block a user