Bump buidlroot version to 2018.02.6
This commit is contained in:
@@ -1,13 +1,12 @@
|
||||
config BR2_PACKAGE_PRBOOM
|
||||
bool "prboom"
|
||||
# These result in internal compiler error
|
||||
depends on !BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_SH
|
||||
select BR2_PACKAGE_SDL
|
||||
select BR2_PACKAGE_SDL_MIXER
|
||||
select BR2_PACKAGE_SDL_NET
|
||||
help
|
||||
PrBoom is a Doom client which allows you to play the good old game on
|
||||
newer hardware. It even supports higher resolution and better
|
||||
rendering, while still keeping the old style alive.
|
||||
PrBoom is a Doom client which allows you to play the good
|
||||
old game on newer hardware. It even supports higher
|
||||
resolution and better rendering, while still keeping the old
|
||||
style alive.
|
||||
|
||||
http://prboom.sourceforge.net/
|
||||
|
||||
@@ -8,7 +8,7 @@ PRBOOM_VERSION = 2.5.0
|
||||
PRBOOM_SITE = http://downloads.sourceforge.net/project/prboom/prboom%20stable/$(PRBOOM_VERSION)
|
||||
PRBOOM_CONF_ENV = ac_cv_type_uid_t=yes
|
||||
PRBOOM_DEPENDENCIES = sdl sdl_net sdl_mixer
|
||||
PRBOOM_LICENSE = GPLv2+
|
||||
PRBOOM_LICENSE = GPL-2.0+
|
||||
PRBOOM_LICENSE_FILES = COPYING
|
||||
|
||||
ifeq ($(BR2_PACKAGE_LIBPNG),y)
|
||||
|
||||
Reference in New Issue
Block a user