瀏覽代碼

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>
Thomas Petazzoni 15 年之前
父節點
當前提交
aa3439e6a3
共有 1 個文件被更改,包括 3 次插入0 次删除
  1. 3 0
      package/multimedia/vlc/Config.in

+ 3 - 0
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