From patchwork Fri Dec 28 22:17:01 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: libplayer: propagate 'depends on' from mplayer Date: Fri, 28 Dec 2012 12:17:01 -0000 From: Thomas Petazzoni X-Patchwork-Id: 208601 Message-Id: <1356733021-15222-1-git-send-email-thomas.petazzoni@free-electrons.com> To: buildroot@uclibc.org BR2_PACKAGE_LIBPLAYER_MPLAYER should not select BR2_PACKAGE_MPLAYER without having the 'depends on' that BR2_PACKAGE_MPLAYER has. Signed-off-by: Thomas Petazzoni --- package/libplayer/Config.in | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/package/libplayer/Config.in b/package/libplayer/Config.in index fe851ac..5391b8b 100644 --- a/package/libplayer/Config.in +++ b/package/libplayer/Config.in @@ -11,6 +11,10 @@ config BR2_PACKAGE_LIBPLAYER if BR2_PACKAGE_LIBPLAYER config BR2_PACKAGE_LIBPLAYER_MPLAYER bool "mplayer backend" + # mplayer + depends on !BR2_sh4a && !BR2_sh4aeb && !BR2_microblaze && !BR2_aarch64 + # mplayer + depends on BR2_LARGEFILE select BR2_PACKAGE_MPLAYER config BR2_PACKAGE_LIBPLAYER_GSTREAMER