diff options
author | raveit65 <[email protected]> | 2016-06-16 22:57:55 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2016-06-16 22:57:55 +0200 |
commit | a1ca2fce3dab51a53d6796e0bf1fc7d04dac5ccd (patch) | |
tree | e38f93f00feba736fe01ff20105955b20b6bb04e /configure.ac | |
parent | ebdb94429a048642c049b90e059d265c41a7eb27 (diff) | |
download | mate-power-manager-a1ca2fce3dab51a53d6796e0bf1fc7d04dac5ccd.tar.bz2 mate-power-manager-a1ca2fce3dab51a53d6796e0bf1fc7d04dac5ccd.tar.xz |
configure: move libmate-desktop dependency to applets
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index c648310..f819b39 100644 --- a/configure.ac +++ b/configure.ac @@ -174,7 +174,6 @@ PKG_CHECK_MODULES(DBUS,[ PKG_CHECK_MODULES(MATE, [ gtk+-$GTK_API_VERSION >= $GTK_REQUIRED - mate-desktop-2.0 >= $MATE_DESKTOP_REQUIRED cairo >= $CAIRO_REQUIRED]) PKG_CHECK_MODULES(GDK, [ @@ -279,7 +278,8 @@ have_applets=no if test x$enable_applets = xyes ; then have_applets=yes - PKG_CHECK_MODULES(PANEL, [libmatepanelapplet-4.0 >= $LIBPANEL_REQUIRED]) + PKG_CHECK_MODULES(PANEL, [libmatepanelapplet-4.0 >= $LIBPANEL_REQUIRED + mate-desktop-2.0 >= $MATE_DESKTOP_REQUIRED]) AC_DEFINE(HAVE_APPLETS, 1, [Define if we are building applets]) fi AC_MSG_RESULT([$have_applets]) |