summaryrefslogtreecommitdiffstats
path: root/meta/recipes-multimedia/flac/flac-1.2.1/disable-xmms-plugin.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-multimedia/flac/flac-1.2.1/disable-xmms-plugin.patch')
-rw-r--r--meta/recipes-multimedia/flac/flac-1.2.1/disable-xmms-plugin.patch25
1 files changed, 0 insertions, 25 deletions
diff --git a/meta/recipes-multimedia/flac/flac-1.2.1/disable-xmms-plugin.patch b/meta/recipes-multimedia/flac/flac-1.2.1/disable-xmms-plugin.patch
deleted file mode 100644
index 80769a87c5..0000000000
--- a/meta/recipes-multimedia/flac/flac-1.2.1/disable-xmms-plugin.patch
+++ /dev/null
@@ -1,25 +0,0 @@
1# Acquired from OpenEmbedded
2Upstream-Status: Inappropriate [disable feature]
3
4diff -ruN flac-1.2.1-orig/src/Makefile.am flac-1.2.1-new/src/Makefile.am
5--- flac-1.2.1-orig/src/Makefile.am 2010-06-23 15:06:29.167865355 +0800
6+++ flac-1.2.1-new/src/Makefile.am 2010-06-25 16:23:05.555202728 +0800
7@@ -15,10 +15,6 @@
8 # restrictive of those mentioned above. See the file COPYING.Xiph in this
9 # distribution.
10
11-if FLaC__HAS_XMMS
12-XMMS_DIRS = plugin_common plugin_xmms
13-endif
14-
15 if FLaC__WITH_CPPLIBS
16 CPPLIBS_DIRS = libFLAC++ test_libFLAC++
17 endif
18@@ -29,7 +25,6 @@
19 flac \
20 metaflac \
21 monkeys_audio_utilities \
22- $(XMMS_DIRS) \
23 plugin_winamp2 \
24 test_grabbag \
25 test_libs_common \