diff options
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.patch | 24 |
1 files changed, 24 insertions, 0 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 new file mode 100644 index 0000000000..e2f4fa1360 --- /dev/null +++ b/meta/recipes-multimedia/flac/flac-1.2.1/disable-xmms-plugin.patch | |||
@@ -0,0 +1,24 @@ | |||
1 | # Acquired from OpenEmbedded | ||
2 | |||
3 | diff -ruN flac-1.2.1-orig/src/Makefile.am flac-1.2.1-new/src/Makefile.am | ||
4 | --- flac-1.2.1-orig/src/Makefile.am 2010-06-23 15:06:29.167865355 +0800 | ||
5 | +++ flac-1.2.1-new/src/Makefile.am 2010-06-25 16:23:05.555202728 +0800 | ||
6 | @@ -15,10 +15,6 @@ | ||
7 | # restrictive of those mentioned above. See the file COPYING.Xiph in this | ||
8 | # distribution. | ||
9 | |||
10 | -if FLaC__HAS_XMMS | ||
11 | -XMMS_DIRS = plugin_common plugin_xmms | ||
12 | -endif | ||
13 | - | ||
14 | if FLaC__WITH_CPPLIBS | ||
15 | CPPLIBS_DIRS = libFLAC++ test_libFLAC++ | ||
16 | endif | ||
17 | @@ -29,7 +25,6 @@ | ||
18 | flac \ | ||
19 | metaflac \ | ||
20 | monkeys_audio_utilities \ | ||
21 | - $(XMMS_DIRS) \ | ||
22 | plugin_winamp2 \ | ||
23 | test_grabbag \ | ||
24 | test_libs_common \ | ||