Update buildroot to 2021.02.5 (#1566)
Signed-off-by: Stefan Agner <stefan@agner.ch>
This commit is contained in:
@@ -22,6 +22,14 @@ SDL2_CONF_OPTS += \
|
||||
--disable-pulseaudio \
|
||||
--disable-video-wayland
|
||||
|
||||
# We're patching configure.ac but autoreconf breaks the build
|
||||
# The script only uses autoconf, not automake or libtool
|
||||
SDL2_DEPENDENCIES += host-autoconf
|
||||
define SDL2_RUN_AUTOGEN
|
||||
cd $(@D) && PATH=$(BR_PATH) ./autogen.sh
|
||||
endef
|
||||
SDL2_PRE_CONFIGURE_HOOKS += SDL2_RUN_AUTOGEN
|
||||
|
||||
# We are using autotools build system for sdl2, so the sdl2-config.cmake
|
||||
# include path are not resolved like for sdl2-config script.
|
||||
# Remove sdl2-config.cmake file and avoid unsafe include path if this
|
||||
@@ -150,7 +158,7 @@ SDL2_CONF_OPTS += --disable-alsa
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_PACKAGE_SDL2_KMSDRM),y)
|
||||
SDL2_DEPENDENCIES += libdrm
|
||||
SDL2_DEPENDENCIES += libdrm mesa3d
|
||||
SDL2_CONF_OPTS += --enable-video-kmsdrm
|
||||
else
|
||||
SDL2_CONF_OPTS += --disable-video-kmsdrm
|
||||
|
||||
Reference in New Issue
Block a user