diff options
author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2010-05-09 20:55:44 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2010-05-10 23:43:02 +0200 |
commit | aa3439e6a3fe26dbfe634d3ca9f1f5763a97a003 (patch) | |
tree | 89329e294f0f54040124b8cd9971e8bd3ee8e729 /package | |
parent | 6040190e920674913c0dd3dc4391a8590735f0fb (diff) |
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>
Diffstat (limited to 'package')
-rw-r--r-- | package/multimedia/vlc/Config.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/package/multimedia/vlc/Config.in b/package/multimedia/vlc/Config.in index c8faaa7c6..412a3c72c 100644 --- a/package/multimedia/vlc/Config.in +++ b/package/multimedia/vlc/Config.in @@ -1,5 +1,8 @@ config BR2_PACKAGE_VLC bool "vlc" + # Improper ./configure options passed compared to the + # multimedia libraries available in Buildroot. + depends on BROKEN help a free cross-platform media player |