summaryrefslogtreecommitdiffstats
path: root/package/sdl_gfx
diff options
context:
space:
mode:
authorGustavo Zacarias <gustavo@zacarias.com.ar>2012-03-06 09:22:30 -0300
committerPeter Korsgaard <jacmet@sunsite.dk>2012-03-11 22:30:33 +0100
commit9ae23e391146914b3ae29294210e15d7be0e7b61 (patch)
tree6adfa3bdedb9b1db043a1f7617725a4bc58daaa4 /package/sdl_gfx
parentf0f84dfde55fda967ca77d66e5db7948dea43764 (diff)
downloadbuildroot-novena-9ae23e391146914b3ae29294210e15d7be0e7b61.tar.gz
buildroot-novena-9ae23e391146914b3ae29294210e15d7be0e7b61.zip
packages: remove redundant INSTALL_TARGET=YES declarations
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Acked-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/sdl_gfx')
-rw-r--r--package/sdl_gfx/sdl_gfx.mk3
1 files changed, 0 insertions, 3 deletions
diff --git a/package/sdl_gfx/sdl_gfx.mk b/package/sdl_gfx/sdl_gfx.mk
index b8c5d8079..a25987dd3 100644
--- a/package/sdl_gfx/sdl_gfx.mk
+++ b/package/sdl_gfx/sdl_gfx.mk
@@ -7,10 +7,7 @@ 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_INSTALL_TARGET:=YES
-
SDL_GFX_DEPENDENCIES:=sdl
-
SDL_GFX_CONF_OPT = \
--with-sdl-prefix=$(STAGING_DIR)/usr \
--disable-sdltest \