mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-30 14:46:31 +00:00
sdl_gfx: fix assignments
Signed-off-by: Samuel Martin <s.martin49@gmail.com> Acked-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
12d80fcf93
commit
64d4866257
@ -3,11 +3,11 @@
|
|||||||
# SDL_gfx addon for SDL
|
# SDL_gfx addon for SDL
|
||||||
#
|
#
|
||||||
#############################################################
|
#############################################################
|
||||||
SDL_GFX_VERSION:=2.0.19
|
SDL_GFX_VERSION = 2.0.19
|
||||||
SDL_GFX_SOURCE:=SDL_gfx-$(SDL_GFX_VERSION).tar.gz
|
SDL_GFX_SOURCE = SDL_gfx-$(SDL_GFX_VERSION).tar.gz
|
||||||
SDL_GFX_SITE:=http://www.ferzkopp.net/Software/SDL_gfx-2.0/
|
SDL_GFX_SITE = http://www.ferzkopp.net/Software/SDL_gfx-2.0/
|
||||||
SDL_GFX_INSTALL_STAGING:=YES
|
SDL_GFX_INSTALL_STAGING = YES
|
||||||
SDL_GFX_DEPENDENCIES:=sdl
|
SDL_GFX_DEPENDENCIES = sdl
|
||||||
SDL_GFX_CONF_OPT = \
|
SDL_GFX_CONF_OPT = \
|
||||||
--with-sdl-prefix=$(STAGING_DIR)/usr \
|
--with-sdl-prefix=$(STAGING_DIR)/usr \
|
||||||
--disable-sdltest \
|
--disable-sdltest \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user