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 <peter@korsgaard.com>
This commit is contained in:
parent
3ed34ff119
commit
ac95a7a27b
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user