diff options
author | raveit65 <[email protected]> | 2016-07-27 22:16:53 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2016-08-01 15:30:30 +0200 |
commit | 6508fb1c8fbd218e86c9f05a96b19f5263fde90e (patch) | |
tree | 7f88f3afadfc782efad1a9453b5b33f4fed70925 /configure.ac | |
parent | 69be34ae5e905b2db1f44f84259133d8914f675f (diff) | |
download | mate-power-manager-6508fb1c8fbd218e86c9f05a96b19f5263fde90e.tar.bz2 mate-power-manager-6508fb1c8fbd218e86c9f05a96b19f5263fde90e.tar.xz |
applets: use GtkAbout and drop dependency to libmate-desktop
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/configure.ac b/configure.ac index 1c24b54..2f5a0b1 100644 --- a/configure.ac +++ b/configure.ac @@ -131,7 +131,6 @@ LIBPANEL_REQUIRED=1.5.0 XRANDR_REQUIRED=1.3.0 CANBERRA_REQUIRED=0.10 UPOWER_REQUIRED=0.9.5 -MATE_DESKTOP_REQUIRED=1.9.0 dnl ---------------------------------------------------------------------------- dnl GTK library version @@ -174,7 +173,7 @@ PKG_CHECK_MODULES(DBUS,[ dbus-1 >= $DBUS_REQUIRED gthread-2.0]) -PKG_CHECK_MODULES(MATE, [ +PKG_CHECK_MODULES(CAIRO, [ gtk+-$GTK_API_VERSION >= $GTK_REQUIRED cairo >= $CAIRO_REQUIRED]) @@ -283,8 +282,7 @@ have_applets=no if test x$enable_applets = xyes ; then have_applets=yes - PKG_CHECK_MODULES(PANEL, [libmatepanelapplet-4.0 >= $LIBPANEL_REQUIRED - mate-desktop-2.0 >= $MATE_DESKTOP_REQUIRED]) + PKG_CHECK_MODULES(PANEL, [libmatepanelapplet-4.0 >= $LIBPANEL_REQUIRED]) AC_DEFINE(HAVE_APPLETS, 1, [Define if we are building applets]) fi AC_MSG_RESULT([$have_applets]) |