fix build breakage introduced in last commit

also see 37abef2d6b
This commit is contained in:
Monsta
2015-11-22 10:13:32 +03:00
parent b40b78a7cb
commit 125169f8cb
2 changed files with 7 additions and 2 deletions

View File

@@ -212,10 +212,13 @@ AC_ARG_WITH(matedesktop,
AM_CONDITIONAL([WITH_MATEDESKTOP],[test "$with_matedesktop" = "yes"])
if test "$with_matedesktop" = "yes"; then
PKG_CHECK_MODULES([SHELL_CORE], mate-desktop-2.0 >= $MATEDESKTOP_REQUIRED)
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])
dnl ================================================================
dnl GSettings related settings
dnl ================================================================