Commit b8c86099 authored by Lionel Landwerlin's avatar Lionel Landwerlin Committed by Peter Korsgaard
Browse files

sdl_gfx: avoid using non reevaluated $(STAGING_DIR)

parent 6c7247d0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -5,7 +5,7 @@

	Updated/fixed packages: busybox, dbus, cloop, gdk-pixbuf,
	hostapd, i2c-tools, libconfig, m4, openssh, openssl, qt,
	sdl_sound, udev, usbutils, xz, zlib
	sdl_gfx, sdl_sound, udev, usbutils, xz, zlib

	New packages: dhrystone, lsuio, rsh-redone, whetstone

+4 −3
Original line number Diff line number Diff line
@@ -12,7 +12,8 @@ SDL_GFX_INSTALL_TARGET:=YES

SDL_GFX_DEPENDENCIES:=sdl

SDL_GFX_CONF_OPT:=--with-sdl-prefix=$(STAGING_DIR)/usr \
SDL_GFX_CONF_OPT = \
	--with-sdl-prefix=$(STAGING_DIR)/usr \
	--disable-sdltest \
	--enable-static