mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-04 06:10:16 +03:00
vice: mark as broken
Dependencies are wrong, and it has never seen any updates, so it probably doesn't have any users. Will remove completely before 2010.02 unless someone fixes it. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
config BR2_PACKAGE_VICE
|
||||
bool "vice"
|
||||
depends on BROKEN # doesn't build, wrong dependencies
|
||||
# remove before 2010.02 release
|
||||
help
|
||||
VICE is a Commodore emulator
|
||||
|
||||
|
||||
@@ -9,7 +9,7 @@ VICE_SITE = http://www.viceteam.org/online
|
||||
VICE_INSTALL_STAGING = NO
|
||||
VICE_INSTALL_TARGET = YES
|
||||
|
||||
VICE_CONF_OPT = --without-resid --with-alsa CFLAGS="-O0"
|
||||
VICE_CONF_OPT = --without-resid --with-alsa
|
||||
|
||||
$(eval $(call AUTOTARGETS,package/games,vice))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user