Require a recent TelepathyLogger
We require a TelepathyLogger version with gobject-introspection support. https://bugzilla.gnome.org/show_bug.cgi?id=643377
This commit is contained in:
parent
e6aee5d7ea
commit
12df10b2d0
@ -71,6 +71,7 @@ LIBEDATASERVER_MIN_VERSION=1.2.0
|
|||||||
LIBEDATASERVERUI2_MIN_VERSION=1.2.0
|
LIBEDATASERVERUI2_MIN_VERSION=1.2.0
|
||||||
LIBEDATASERVERUI3_MIN_VERSION=2.91.6
|
LIBEDATASERVERUI3_MIN_VERSION=2.91.6
|
||||||
TELEPATHY_GLIB_MIN_VERSION=0.13.12
|
TELEPATHY_GLIB_MIN_VERSION=0.13.12
|
||||||
|
TELEPATHY_LOGGER_MIN_VERSION=0.2.4
|
||||||
POLKIT_MIN_VERSION=0.100
|
POLKIT_MIN_VERSION=0.100
|
||||||
|
|
||||||
# Collect more than 20 libraries for a prize!
|
# Collect more than 20 libraries for a prize!
|
||||||
@ -87,6 +88,7 @@ PKG_CHECK_MODULES(GNOME_SHELL, gio-2.0 >= $GIO_MIN_VERSION
|
|||||||
gobject-introspection-1.0 >= $GOBJECT_INTROSPECTION_MIN_VERSION
|
gobject-introspection-1.0 >= $GOBJECT_INTROSPECTION_MIN_VERSION
|
||||||
libcanberra
|
libcanberra
|
||||||
telepathy-glib >= $TELEPATHY_GLIB_MIN_VERSION
|
telepathy-glib >= $TELEPATHY_GLIB_MIN_VERSION
|
||||||
|
telepathy-logger-0.2 >= $TELEPATHY_LOGGER_MIN_VERSION
|
||||||
polkit-agent-1 >= $POLKIT_MIN_VERSION)
|
polkit-agent-1 >= $POLKIT_MIN_VERSION)
|
||||||
|
|
||||||
PKG_CHECK_MODULES(SHELL_PERF_HELPER, gtk+-3.0 gio-2.0)
|
PKG_CHECK_MODULES(SHELL_PERF_HELPER, gtk+-3.0 gio-2.0)
|
||||||
|
@ -259,6 +259,13 @@
|
|||||||
</dependencies>
|
</dependencies>
|
||||||
</autotools>
|
</autotools>
|
||||||
|
|
||||||
|
<autotools id="telepathy-logger" autogenargs="--enable-introspection">
|
||||||
|
<branch repo="git.freedesktop.org" module="telepathy/telepathy-logger" />
|
||||||
|
<dependencies>
|
||||||
|
<dep package="telepathy-glib"/>
|
||||||
|
</dependencies>
|
||||||
|
</autotools>
|
||||||
|
|
||||||
<autotools id="gnome-shell" autogenargs="--enable-jhbuild-wrapper-script">
|
<autotools id="gnome-shell" autogenargs="--enable-jhbuild-wrapper-script">
|
||||||
<branch repo="git.gnome.org" module="gnome-shell"/>
|
<branch repo="git.gnome.org" module="gnome-shell"/>
|
||||||
<dependencies>
|
<dependencies>
|
||||||
@ -277,6 +284,7 @@
|
|||||||
<dep package="gnome-settings-daemon"/>
|
<dep package="gnome-settings-daemon"/>
|
||||||
<dep package="gnome-bluetooth"/>
|
<dep package="gnome-bluetooth"/>
|
||||||
<dep package="telepathy-glib"/>
|
<dep package="telepathy-glib"/>
|
||||||
|
<dep package="telepathy-logger"/>
|
||||||
<dep package="upower"/>
|
<dep package="upower"/>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
</autotools>
|
</autotools>
|
||||||
|
Loading…
Reference in New Issue
Block a user