diff options
-rw-r--r-- | README | 3 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 1 insertions, 4 deletions
@@ -7,7 +7,7 @@ MATE Power Manager listens for system events and responds with user-configurable MATE Power Manager comes in three main parts: - - mate-power-manager: the manager daemon itself + - mate-power-manager: the manager daemon itself - mate-power-preferences: the control panel program, for configuration - mate-power-statistics: the statistics graphing program @@ -18,7 +18,6 @@ To build, MATE Power Manager requires - MATE Keyring (1.1.0 or later) - DBus (0.70 or later) - libmatenotify (1.1.0 or later) - - libwnck (2.10.0 or later) - Cairo (1.0.0 or later) - Unique (0.9.4 or later) - libpanel (2.0.0 or later) diff --git a/configure.ac b/configure.ac index 748a509..265ffdc 100644 --- a/configure.ac +++ b/configure.ac @@ -106,7 +106,6 @@ MATE_KEYRING_REQUIRED=1.1.0 DBUS_REQUIRED=1.0 DBUS_GLIB_REQUIRED=0.70 LIBMATENOTIFY_REQUIRED=1.1.0 -LIBWNCK_REQUIRED=2.10.0 CAIRO_REQUIRED=1.0.0 UNIQUE_REQUIRED=0.9.4 LIBPANEL_REQUIRED=1.1.0 @@ -150,7 +149,6 @@ PKG_CHECK_MODULES(DBUS,[ gthread-2.0]) PKG_CHECK_MODULES(MATE, [ - libwnck-1.0 >= $LIBWNCK_REQUIRED gtk+-2.0 >= $GTK_REQUIRED mateconf-2.0 >= $MATECONF_REQUIRED mate-keyring-1 >= $MATE_KEYRING_REQUIRED |