From 2df2a989af3296b1d6c7bc829ad3139e290ee474 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Wed, 17 Apr 2013 21:46:16 +0200 Subject: input/soup: plugin removed This plugin is cumbersome to support, now that MPD is migrating away from GLib and the GLib event loop. It has no practical advantages over the CURL plugin. Soup requires the bloated GType library. --- Makefile.am | 7 ------- 1 file changed, 7 deletions(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 766506f94..cc7a9c294 100644 --- a/Makefile.am +++ b/Makefile.am @@ -697,7 +697,6 @@ libinput_a_SOURCES = \ libinput_a_CPPFLAGS = $(AM_CPPFLAGS) \ $(CURL_CFLAGS) \ - $(SOUP_CFLAGS) \ $(CDIO_PARANOIA_CFLAGS) \ $(FFMPEG_CFLAGS) \ $(DESPOTIFY_CFLAGS) \ @@ -706,7 +705,6 @@ libinput_a_CPPFLAGS = $(AM_CPPFLAGS) \ INPUT_LIBS = \ libinput.a \ $(CURL_LIBS) \ - $(SOUP_LIBS) \ $(CDIO_PARANOIA_LIBS) \ $(FFMPEG_LIBS) \ $(DESPOTIFY_LIBS) \ @@ -718,11 +716,6 @@ libinput_a_SOURCES += \ src/IcyMetaDataParser.cxx src/IcyMetaDataParser.hxx endif -if ENABLE_SOUP -libinput_a_SOURCES += \ - src/input/SoupInputPlugin.cxx src/input/SoupInputPlugin.hxx -endif - if ENABLE_CDIO_PARANOIA libinput_a_SOURCES += \ src/input/CdioParanoiaInputPlugin.cxx \ -- cgit v1.2.3