projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cd2ced0
)
package/sdl_mixer: add host-pkgconf dependency
author
Fabrice Fontaine
<fontaine.fabrice@gmail.com>
Mon, 30 Dec 2019 21:09:52 +0000
(22:09 +0100)
committer
Yann E. MORIN
<yann.morin.1998@free.fr>
Tue, 31 Dec 2019 08:27:48 +0000
(09:27 +0100)
host-pkgconf is needed to find libmodplug
Fixes:
- http://autobuild.buildroot.org/results/
83f378d9d01424678006434bb1e4a49cf4131fdf
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
package/sdl_mixer/sdl_mixer.mk
patch
|
blob
|
history
diff --git
a/package/sdl_mixer/sdl_mixer.mk
b/package/sdl_mixer/sdl_mixer.mk
index 0423817316551b2f32764c090a57c51f17fd5400..ab6f7ef014ca90dfddf98c3ff5cf136d51f7afbe 100644
(file)
--- a/
package/sdl_mixer/sdl_mixer.mk
+++ b/
package/sdl_mixer/sdl_mixer.mk
@@
-37,7
+37,7
@@
endif
ifeq ($(BR2_PACKAGE_LIBMODPLUG),y)
SDL_MIXER_CONF_OPTS += --enable-music-mod-modplug
-SDL_MIXER_DEPENDENCIES += libmodplug
+SDL_MIXER_DEPENDENCIES +=
host-pkgconf
libmodplug
else
SDL_MIXER_CONF_OPTS += --disable-music-mod-modplug
endif