mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-26 03:50:44 -09: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:
committed by
Peter Korsgaard
parent
12d80fcf93
commit
64d4866257
@@ -3,11 +3,11 @@
|
||||
# SDL_gfx addon for SDL
|
||||
#
|
||||
#############################################################
|
||||
SDL_GFX_VERSION:=2.0.19
|
||||
SDL_GFX_SOURCE:=SDL_gfx-$(SDL_GFX_VERSION).tar.gz
|
||||
SDL_GFX_SITE:=http://www.ferzkopp.net/Software/SDL_gfx-2.0/
|
||||
SDL_GFX_INSTALL_STAGING:=YES
|
||||
SDL_GFX_DEPENDENCIES:=sdl
|
||||
SDL_GFX_VERSION = 2.0.19
|
||||
SDL_GFX_SOURCE = SDL_gfx-$(SDL_GFX_VERSION).tar.gz
|
||||
SDL_GFX_SITE = http://www.ferzkopp.net/Software/SDL_gfx-2.0/
|
||||
SDL_GFX_INSTALL_STAGING = YES
|
||||
SDL_GFX_DEPENDENCIES = sdl
|
||||
SDL_GFX_CONF_OPT = \
|
||||
--with-sdl-prefix=$(STAGING_DIR)/usr \
|
||||
--disable-sdltest \
|
||||
|
||||
Reference in New Issue
Block a user