Commit 7ea2821b authored by Bernd Kuhls's avatar Bernd Kuhls Committed by Peter Korsgaard
Browse files

package/directfb: Disable dynload when BR2_PREFER_STATIC_LIB is enabled

parent b3328863
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -26,6 +26,11 @@ DIRECTFB_CONF_OPT = \
	--disable-video4linux \
	--disable-video4linux2 \
	--without-tools

ifeq ($(BR2_PREFER_STATIC_LIB),y)
DIRECTFB_CONF_OPT += --disable-dynload
endif

DIRECTFB_CONFIG_SCRIPTS = directfb-config

DIRECTFB_DEPENDENCIES = freetype zlib