From ad0d27b6e59f008f0411d9c036fd45fc347c80fd Mon Sep 17 00:00:00 2001 From: Stefano Karapetsas Date: Thu, 14 Jun 2012 22:15:06 +0200 Subject: remove unused wnck refs --- README | 3 +-- configure.ac | 2 -- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/README b/README index f05005d..1483b66 100644 --- a/README +++ b/README @@ -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 -- cgit v1.2.1