summaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorMonsta <[email protected]>2015-04-28 14:10:17 +0300
committerStefano Karapetsas <[email protected]>2015-05-04 17:45:23 +0200
commit405bec23c0a1cf97e39171fabc6596c9ab7f7a5e (patch)
treea9613974e19201ccb1f7e8c63c1b5396728ee1b3 /src/Makefile.am
parentcf2596de2e3ea20e532e6dc49ef590039756ec46 (diff)
downloadmate-power-manager-405bec23c0a1cf97e39171fabc6596c9ab7f7a5e.tar.bz2
mate-power-manager-405bec23c0a1cf97e39171fabc6596c9ab7f7a5e.tar.xz
dropped udisks support for several reasons.
1. udisks1 will soon be dropped from debian and ubuntu, and probably from other major distros as well. it's replaced by udisks2. 2. the only udisks1 feature that was used in m-p-m was the disk spindown. its usefullness is questionable, especially when you have an SSD. 3. udisks2 doesn't seem to have neither API nor command-line tools for the spindown feature. 4. spindown support has been dropped in gnome-power-manager in 2011, https://git.gnome.org/browse/gnome-power-manager/commit/?id=d97a988246d34f4cd38b7ee1335c9b500c7c522f 5. it also has been dropped in xfce-power-manager in 2014, http://git.xfce.org/xfce/xfce4-power-manager/log/?qt=grep&q=disk+spin+down Closes https://github.com/mate-desktop/mate-power-manager/pull/144
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 907ff5c..b7469ea 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -155,8 +155,6 @@ mate_power_manager_SOURCES = \
gpm-idle.c \
gpm-load.h \
gpm-load.c \
- gpm-disks.h \
- gpm-disks.c \
gpm-control.h \
gpm-control.c \
gpm-button.h \