mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-08-04 00:47:43 +00:00
sdl: fix directfb driver build if host has directfb-config
Ensure our cross directfb-config is used, so the right linker paths as passed to the compiler. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
e860d5f5d1
commit
668c357fec
@ -6,8 +6,8 @@
|
|||||||
SDL_VERSION:=1.2.14
|
SDL_VERSION:=1.2.14
|
||||||
SDL_SOURCE:=SDL-$(SDL_VERSION).tar.gz
|
SDL_SOURCE:=SDL-$(SDL_VERSION).tar.gz
|
||||||
SDL_SITE:=http://www.libsdl.org/release
|
SDL_SITE:=http://www.libsdl.org/release
|
||||||
|
|
||||||
SDL_INSTALL_STAGING = YES
|
SDL_INSTALL_STAGING = YES
|
||||||
|
SDL_CONF_ENV = ac_cv_path_DIRECTFBCONFIG=$(STAGING_DIR)/usr/bin/directfb-config
|
||||||
|
|
||||||
ifeq ($(BR2_PACKAGE_SDL_FBCON),y)
|
ifeq ($(BR2_PACKAGE_SDL_FBCON),y)
|
||||||
SDL_CONF_OPT+=--enable-video-fbcon=yes
|
SDL_CONF_OPT+=--enable-video-fbcon=yes
|
||||||
|
Loading…
x
Reference in New Issue
Block a user