diff options
author | monsta <[email protected]> | 2016-05-26 14:19:40 +0300 |
---|---|---|
committer | monsta <[email protected]> | 2016-05-26 14:19:40 +0300 |
commit | 072da32f99166bcaf932c4401826825e8155d0d8 (patch) | |
tree | 238b590b2dfba94282a14580d1a146b00bce3a90 /configure.ac | |
parent | fd07010c4321d18ba3b183753e89dd70e2b756b9 (diff) | |
download | mate-terminal-072da32f99166bcaf932c4401826825e8155d0d8.tar.bz2 mate-terminal-072da32f99166bcaf932c4401826825e8155d0d8.tar.xz |
use dconf directly instead of wrapper functions from libmate-desktop
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 9bf8cb3..d1c0316 100644 --- a/configure.ac +++ b/configure.ac @@ -46,6 +46,7 @@ AM_GLIB_GNU_GETTEXT GLIB_REQUIRED=2.36.0 GIO_REQUIRED=2.25.12 +DCONF_REQUIRED=0.13.4 MATE_DESKTOP_REQUIRED=1.9.0 AC_MSG_CHECKING([which gtk+ version to compile against]) @@ -79,6 +80,7 @@ PKG_CHECK_MODULES([TERM], gthread-2.0 gio-2.0 >= $GIO_REQUIRED gtk+-$GTK_API_VERSION >= $GTK_REQUIRED + dconf >= $DCONF_REQUIRED mate-desktop-2.0 >= $MATE_DESKTOP_REQUIRED x11]) |