mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 14:16:31 +00:00
sdl_sound: 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
274e34af3b
commit
6c7247d090
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,
|
||||||
udev, usbutils, xz, zlib
|
sdl_sound, udev, usbutils, xz, zlib
|
||||||
|
|
||||||
New packages: dhrystone, lsuio, rsh-redone, whetstone
|
New packages: dhrystone, lsuio, rsh-redone, whetstone
|
||||||
|
|
||||||
|
@ -28,11 +28,12 @@ ifeq ($(BR2_PACKAGE_SPEEX),y)
|
|||||||
SDL_SOUND_DEPENDENCIES += speex
|
SDL_SOUND_DEPENDENCIES += speex
|
||||||
endif
|
endif
|
||||||
|
|
||||||
SDL_SOUND_CONF_OPT:=--with-sdl-prefix=$(STAGING_DIR)/usr \
|
SDL_SOUND_CONF_OPT = \
|
||||||
--with-sdl-exec-prefix=$(STAGING_DIR)/usr \
|
--with-sdl-prefix=$(STAGING_DIR)/usr \
|
||||||
--disable-sdltest \
|
--with-sdl-exec-prefix=$(STAGING_DIR)/usr \
|
||||||
--enable-static \
|
--disable-sdltest \
|
||||||
--program-prefix=''
|
--enable-static \
|
||||||
|
--program-prefix=''
|
||||||
|
|
||||||
# enable mmx for newer x86's
|
# enable mmx for newer x86's
|
||||||
ifeq ($(BR2_i386)$(BR2_x86_i386)$(BR2_x86_i486)$(BR2_x86_i586)$(BR2_x86_pentiumpro)$(BR2_x86_geode),y)
|
ifeq ($(BR2_i386)$(BR2_x86_i386)$(BR2_x86_i486)$(BR2_x86_i586)$(BR2_x86_pentiumpro)$(BR2_x86_geode),y)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user