Update Buidlroot 17.02.6 -> 17.02.7

This commit is contained in:
jbnadal
2018-01-04 18:23:37 +01:00
parent 322fd1dad9
commit abb9da1b49
108 changed files with 1851 additions and 1228 deletions

View File

@@ -4,7 +4,7 @@
#
################################################################################
SDL2_VERSION = 2.0.5
SDL2_VERSION = 2.0.7
SDL2_SOURCE = SDL2-$(SDL2_VERSION).tar.gz
SDL2_SITE = http://www.libsdl.org/release
SDL2_LICENSE = zlib
@@ -20,7 +20,8 @@ SDL2_CONF_OPTS += \
--disable-pulseaudio \
--disable-video-opengl \
--disable-video-opengles \
--disable-video-wayland
--disable-video-wayland \
--disable-video-rpi
# We must enable static build to get compilation successful.
SDL2_CONF_OPTS += --enable-static