Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/3] sdl_gfx: fix assignments
@ 2012-06-02 22:08 Samuel Martin
  2012-06-02 22:08 ` [Buildroot] [PATCH 2/3] sdl_sound: " Samuel Martin
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: Samuel Martin @ 2012-06-02 22:08 UTC (permalink / raw)
  To: buildroot


Signed-off-by: Samuel Martin <s.martin49@gmail.com>

diff --git a/package/sdl_gfx/sdl_gfx.mk b/package/sdl_gfx/sdl_gfx.mk
index a25987d..5503bbd 100644
--- a/package/sdl_gfx/sdl_gfx.mk
+++ b/package/sdl_gfx/sdl_gfx.mk
@@ -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 \
-- 
1.7.10.3

^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2012-06-05  6:55 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-06-02 22:08 [Buildroot] [PATCH 1/3] sdl_gfx: fix assignments Samuel Martin
2012-06-02 22:08 ` [Buildroot] [PATCH 2/3] sdl_sound: " Samuel Martin
2012-06-02 22:22   ` Thomas Petazzoni
2012-06-05  6:55   ` Peter Korsgaard
2012-06-02 22:08 ` [Buildroot] [PATCH 3/3] libplayer: fix CFLAGS Samuel Martin
2012-06-02 22:22 ` [Buildroot] [PATCH 1/3] sdl_gfx: fix assignments Thomas Petazzoni
2012-06-05  6:55 ` Peter Korsgaard

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox