From: Fabrice Fontaine Date: Mon, 30 Dec 2019 21:09:52 +0000 (+0100) Subject: package/sdl_mixer: add host-pkgconf dependency X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=03b3efb406089bfbfe9645b26a86c93a92416e5e;p=buildroot.git package/sdl_mixer: add host-pkgconf dependency host-pkgconf is needed to find libmodplug Fixes: - http://autobuild.buildroot.org/results/83f378d9d01424678006434bb1e4a49cf4131fdf Signed-off-by: Fabrice Fontaine Signed-off-by: Yann E. MORIN --- diff --git a/package/sdl_mixer/sdl_mixer.mk b/package/sdl_mixer/sdl_mixer.mk index 0423817316..ab6f7ef014 100644 --- 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