summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authormonsta <[email protected]>2016-09-18 15:57:07 +0300
committermonsta <[email protected]>2016-09-18 15:57:07 +0300
commit638e8c0e99712f4638194387c52c6df18858313a (patch)
tree00fcadffb2aefd00a0de1a2031a7cbdab3a45b56 /configure.ac
parent7c58f04b9bdd6a5b5fdfefb9802e8442d0083f0c (diff)
downloadmate-control-center-638e8c0e99712f4638194387c52c6df18858313a.tar.bz2
mate-control-center-638e8c0e99712f4638194387c52c6df18858313a.tar.xz
build: require libmarco-private 1.13.1
it's a bit late but it won't hurt. sover was bumped in https://github.com/mate-desktop/marco/commit/054f0fc4ac62613ef5734ac65de6bfe67239b183 it was only for GTK+3 build, but makes no harm in GTK+2 as well fixes https://github.com/mate-desktop/mate-control-center/issues/224
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 503dbb67..e3a3dd76 100644
--- a/configure.ac
+++ b/configure.ac
@@ -164,7 +164,7 @@ PKG_CHECK_MODULES(MATECC_SHELL, $COMMON_MODULES libmate-menu unique-$LIBUNIQUE_A
PKG_CHECK_MODULES(DBUS, dbus-1 dbus-glib-1)
PKG_CHECK_MODULES(MATE_DESKTOP, mate-desktop-2.0 >= MATE_DESKTOP_REQUIRED)
PKG_CHECK_MODULES(DEFAULT_APPLICATIONS_CAPPLET, libxml-2.0)
-PKG_CHECK_MODULES(MARCO, libmarco-private >= 1.9.1)
+PKG_CHECK_MODULES(MARCO, libmarco-private >= 1.13.1)
PKG_CHECK_MODULES(TYPING, $GMODULE_ADD glib-2.0 > 2.36 gio-2.0 gtk+-$GTK_API_VERSION)
PKG_CHECK_MODULES(GSD_DBUS, mate-settings-daemon >= 1.13.1)
PKG_CHECK_MODULES(GIO, gio-2.0)