diff options
author | George Kiagiadakis <george.kiagiadakis@collabora.com> | 2011-05-26 12:58:33 +0300 |
---|---|---|
committer | George Kiagiadakis <george.kiagiadakis@collabora.com> | 2011-05-26 12:58:33 +0300 |
commit | b62edd004f511d84fb15b5082e56262156d17da9 (patch) | |
tree | 06432790eb62886d959c8383bde3d17acaa3b9c3 | |
parent | 5ce89c4cb7ff740ba28f5d3cefcca87ffd238736 (diff) |
Bump tp-glib dependency to 0.15.1.
Required to build the contactlist2 cm with ContactBlocking support.
-rw-r--r-- | CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index dc5f1739..8884b030 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -177,11 +177,11 @@ else (TELEPATHYFARSIGHT_FOUND AND GSTREAMER_FOUND AND GLIB2_FOUND AND GOBJECT_FO endif (TELEPATHYFARSIGHT_FOUND AND GSTREAMER_FOUND AND GLIB2_FOUND AND GOBJECT_FOUND AND DBUS_FOUND AND LIBXML2_FOUND) # Find telepathy-glib -set(TELEPATHY_GLIB_MIN_VERSION 0.14.5) +set(TELEPATHY_GLIB_MIN_VERSION 0.15.1) find_package(TelepathyGlib) macro_log_feature(TELEPATHYGLIB_FOUND "Telepathy-glib" "Glib bindings for Telepathy" - "http://telepathy.freedesktop.org/" FALSE "0.14.5" + "http://telepathy.freedesktop.org/" FALSE "0.15.1" "Needed, together with Qt Glib integration, to build most of the unit tests") find_program(GLIB_GENMARSHAL glib-genmarshal) |