summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authormonsta <[email protected]>2016-07-29 14:21:55 +0300
committermonsta <[email protected]>2016-07-29 14:21:55 +0300
commit23e0b7bbd5c675cdd508c5d27f20e324ee0fe840 (patch)
treea3c62e127e8c2d6144afdde0b7f20d5e69effb94 /configure.ac
parent5804d2d753e8f27189897f23f0dc414051910ac9 (diff)
downloadatril-23e0b7bbd5c675cdd508c5d27f20e324ee0fe840.tar.bz2
atril-23e0b7bbd5c675cdd508c5d27f20e324ee0fe840.tar.xz
get rid of build-dep on libmate-desktop
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac22
1 files changed, 0 insertions, 22 deletions
diff --git a/configure.ac b/configure.ac
index b3b08531..655ff9c2 100644
--- a/configure.ac
+++ b/configure.ac
@@ -97,7 +97,6 @@ dnl Specify required versions of dependencies
CAIRO_REQUIRED=1.9.10
GLIB_REQUIRED=2.36.0
LIBSECRET_REQUIRED=0.5
-MATEDESKTOP_REQUIRED=1.9.0
case "$with_gtk" in
2.0) GTK_API_VERSION=2.0
@@ -648,26 +647,6 @@ AC_SUBST(ATRIL_MIME_TYPES)
AC_CHECK_FUNC(localtime_r, AC_DEFINE(HAVE_LOCALTIME_R, 1, [Defines if localtime_r is available on your system]))
-# *********************
-# Mate-desktop support
-# *********************
-
-AC_ARG_WITH(matedesktop,
- [AS_HELP_STRING([--without-matedesktop],
- [Disable the use of matedesktop])],
- [],
- [with_matedesktop=yes])
-
-AM_CONDITIONAL([WITH_MATEDESKTOP],[test "$with_matedesktop" = "yes"])
-
-if test "$with_matedesktop" = "yes"; then
- PKG_CHECK_MODULES([MATE_DESKTOP], mate-desktop-2.0 >= $MATEDESKTOP_REQUIRED)
- AC_DEFINE([WITH_MATEDESKTOP],[1],[Define if mate-desktop support is enabled])
-fi
-
-AC_SUBST([MATE_DESKTOP_CFLAGS])
-AC_SUBST([MATE_DESKTOP_LIBS])
-
# *****************
# Help files
# *****************
@@ -787,7 +766,6 @@ Configure summary:
GTK+ version........: $with_gtk
GTK+ Unix Print.....: $with_gtk_unix_print
- MATE desktop Support: $with_matedesktop
Keyring Support.....: $with_keyring
DBUS Support........: $enable_dbus
Caja Plugin.........: $enable_caja