From 23e0b7bbd5c675cdd508c5d27f20e324ee0fe840 Mon Sep 17 00:00:00 2001 From: monsta Date: Fri, 29 Jul 2016 14:21:55 +0300 Subject: get rid of build-dep on libmate-desktop --- configure.ac | 22 ---------------------- 1 file changed, 22 deletions(-) (limited to 'configure.ac') 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 -- cgit v1.2.1