[Buildroot] [PATCH 1/1] package/mpd: Fix missing dependency of libogg for plugin opus

Jörg Krause jkrause at posteo.de
Tue Aug 26 08:28:05 UTC 2014


The opus decoder plugin depends on libopus and libogg.

Signed-off-by: Jörg Krause <jkrause at posteo.de>
---
 package/mpd/Config.in | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/mpd/Config.in b/package/mpd/Config.in
index b8a56b7..108b2b1 100644
--- a/package/mpd/Config.in
+++ b/package/mpd/Config.in
@@ -145,6 +145,7 @@ config BR2_PACKAGE_MPD_MUSEPACK
 config BR2_PACKAGE_MPD_OPUS
 	bool "opus"
 	select BR2_PACKAGE_OPUS
+	select BR2_PACKAGE_LIBOGG
 	help
 	  Enable opus input support.
 	  Select this if you want to play back OPUS encoded files.
-- 
2.1.0



More information about the buildroot mailing list