vlc: mark as broken

Before 2010.02, VLC didn't build, because it didn't pass the
appropriate --disable- options according to the libraries available in
Buildroot. Now, 2010.05 is going to be released, and no one bothered
to fix VLC. Therefore, let's mark VLC as broken.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
Thomas Petazzoni 2010-05-09 20:55:44 +02:00
parent 6040190e92
commit aa3439e6a3
1 changed files with 3 additions and 0 deletions

View File

@ -1,5 +1,8 @@
config BR2_PACKAGE_VLC config BR2_PACKAGE_VLC
bool "vlc" bool "vlc"
# Improper ./configure options passed compared to the
# multimedia libraries available in Buildroot.
depends on BROKEN
help help
a free cross-platform media player a free cross-platform media player