Commit d79d9a50 authored by Peter Korsgaard's avatar Peter Korsgaard
Browse files

gst-plugins-bad: ensure cross sdl-config is used for sdl plugin



Otherwise we end up linking against host libraries.

Signed-off-by: default avatarPeter Korsgaard <jacmet@sunsite.dk>
parent 0a5e7905
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -348,6 +348,7 @@ GST_PLUGINS_BAD_CONF_OPT += --disable-oss4
endif

ifeq ($(BR2_PACKAGE_GST_PLUGINS_BAD_PLUGIN_SDL),y)
GST_PLUGINS_BAD_CONF_ENV += ac_cv_path_SDL_CONFIG=$(STAGING_DIR)/usr/bin/sdl-config
GST_PLUGINS_BAD_CONF_OPT += --enable-sdl
GST_PLUGINS_BAD_DEPENDENCIES += sdl
else