mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-30 22:56:33 +00:00
sdl_sound: fix dependencies
sdl_sound naturally depends on SDL. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
ca3489da7c
commit
fc5cc936d6
4
CHANGES
4
CHANGES
@ -19,8 +19,8 @@
|
|||||||
ipsec-tools, iptables, libart, libfuse, libgpg-error, libidn,
|
ipsec-tools, iptables, libart, libfuse, libgpg-error, libidn,
|
||||||
liblockfile, links, lmbench, lrzsz, make, module-init-tools,
|
liblockfile, links, lmbench, lrzsz, make, module-init-tools,
|
||||||
nbd, ncurses, netperf, ntfsprogs, openssl, php, qt, quagga,
|
nbd, ncurses, netperf, ntfsprogs, openssl, php, qt, quagga,
|
||||||
sqlite, sdl, sdl_mixer, sdl_ttf, squashfs, tn5250, tremor,
|
sqlite, sdl, sdl_mixer, sdl_sound, sdl_ttf, squashfs, tn5250,
|
||||||
usbutils, xkeyboard-config, xserver_xorg-server
|
tremor, usbutils, xkeyboard-config, xserver_xorg-server
|
||||||
|
|
||||||
Removed packages: modutils, portage, rxvt
|
Removed packages: modutils, portage, rxvt
|
||||||
|
|
||||||
|
@ -9,6 +9,7 @@ SDL_SOUND_SITE:=http://icculus.org/SDL_sound/downloads/
|
|||||||
SDL_SOUND_LIBTOOL_PATCH:=NO
|
SDL_SOUND_LIBTOOL_PATCH:=NO
|
||||||
SDL_SOUND_INSTALL_STAGING:=YES
|
SDL_SOUND_INSTALL_STAGING:=YES
|
||||||
SDL_SOUND_INSTALL_TARGET:=YES
|
SDL_SOUND_INSTALL_TARGET:=YES
|
||||||
|
SDL_SOUND_DEPENDENCIES = sdl
|
||||||
|
|
||||||
SDL_SOUND_CONF_OPT:=--with-sdl-prefix=$(STAGING_DIR)/usr \
|
SDL_SOUND_CONF_OPT:=--with-sdl-prefix=$(STAGING_DIR)/usr \
|
||||||
--with-sdl-exec-prefix=$(STAGING_DIR)/usr \
|
--with-sdl-exec-prefix=$(STAGING_DIR)/usr \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user