package/directfb: Disable dynload when BR2_PREFER_STATIC_LIB is enabled

fixes http://autobuild.buildroot.net/results/a74/a74b97053d7cad4fcce59f658a4b7b4340284b80/

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
Bernd Kuhls 2014-05-14 21:11:56 +02:00 committed by Peter Korsgaard
parent b332886334
commit 7ea2821b42

View File

@ -26,6 +26,11 @@ DIRECTFB_CONF_OPT = \
--disable-video4linux \ --disable-video4linux \
--disable-video4linux2 \ --disable-video4linux2 \
--without-tools --without-tools
ifeq ($(BR2_PREFER_STATIC_LIB),y)
DIRECTFB_CONF_OPT += --disable-dynload
endif
DIRECTFB_CONFIG_SCRIPTS = directfb-config DIRECTFB_CONFIG_SCRIPTS = directfb-config
DIRECTFB_DEPENDENCIES = freetype zlib DIRECTFB_DEPENDENCIES = freetype zlib