From 86b3ec83e0b236b0a1a25bcb12444a6a7ce61a25 Mon Sep 17 00:00:00 2001 From: info-cppsp Date: Sat, 27 Jan 2018 12:12:32 +0100 Subject: Remove deprecated udisks plugin udisks and dbus-glib have been deprecated for at least 5 years. Linux Mint 17.3 and therefore Ubuntu 14.04 LTS ship with udisks2 as default. I've also made a new plugin for udisks2. Let's just get rid of this, shall we? --- plugins/Makefile.am | 5 ----- 1 file changed, 5 deletions(-) (limited to 'plugins/Makefile.am') diff --git a/plugins/Makefile.am b/plugins/Makefile.am index f0e46a1..619faf3 100644 --- a/plugins/Makefile.am +++ b/plugins/Makefile.am @@ -1,6 +1,5 @@ DIST_SUBDIRS = \ acpi \ - udisks \ udisks2 \ hddtemp \ i2c-proc \ @@ -27,10 +26,6 @@ SUBDIRS = \ smu-sys \ sonypi -if UDISKS -SUBDIRS += udisks -endif - if UDISKS2 SUBDIRS += udisks2 endif -- cgit v1.2.1