From: Peter Korsgaard Date: Mon, 4 May 2015 14:27:10 +0000 (+0200) Subject: vlc: ensure correct directfb-config is used X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=ac95a7a27bf319a69db4183bc9bdd4ec9543d575;p=buildroot.git vlc: ensure correct directfb-config is used Otherwise we can end up using host includes/libraries if the build host has directfb-config. Fixes: http://autobuild.buildroot.net/results/361/3612b54b0bbc2a55ba6f0febb7be32595b523d96/ Signed-off-by: Peter Korsgaard --- diff --git a/package/vlc/vlc.mk b/package/vlc/vlc.mk index ab9aaaee3c..acd67ee0f1 100644 --- a/package/vlc/vlc.mk +++ b/package/vlc/vlc.mk @@ -88,6 +88,7 @@ endif ifeq ($(BR2_PACKAGE_DIRECTFB),y) VLC_CONF_OPTS += --enable-directfb +VLC_CONF_ENV += ac_cv_path_DIRECTFB_CONFIG=$(STAGING_DIR)/usr/bin/directfb-config VLC_DEPENDENCIES += directfb else VLC_CONF_OPTS += --disable-directfb