mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 06:06:32 +00:00
sdl_gfx: avoid using non reevaluated $(STAGING_DIR)
Signed-off-by: Lionel Landwerlin <llandwerlin@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
6c7247d090
commit
b8c860992a
2
CHANGES
2
CHANGES
@ -5,7 +5,7 @@
|
|||||||
|
|
||||||
Updated/fixed packages: busybox, dbus, cloop, gdk-pixbuf,
|
Updated/fixed packages: busybox, dbus, cloop, gdk-pixbuf,
|
||||||
hostapd, i2c-tools, libconfig, m4, openssh, openssl, qt,
|
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
|
New packages: dhrystone, lsuio, rsh-redone, whetstone
|
||||||
|
|
||||||
|
@ -12,7 +12,8 @@ SDL_GFX_INSTALL_TARGET:=YES
|
|||||||
|
|
||||||
SDL_GFX_DEPENDENCIES:=sdl
|
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 \
|
--disable-sdltest \
|
||||||
--enable-static
|
--enable-static
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user