projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b332886
)
package/directfb: Disable dynload when BR2_PREFER_STATIC_LIB is enabled
author
Bernd Kuhls
<bernd.kuhls@t-online.de>
Wed, 14 May 2014 19:11:56 +0000
(21:11 +0200)
committer
Peter Korsgaard
<peter@korsgaard.com>
Thu, 15 May 2014 20:40:42 +0000
(22:40 +0200)
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>
package/directfb/directfb.mk
patch
|
blob
|
history
diff --git
a/package/directfb/directfb.mk
b/package/directfb/directfb.mk
index 1d83a0b6238c518fdcfaa30a8c0d9177dce7c8e2..3ae7f3e9f2a71358c3167585190dc21a5556b666 100644
(file)
--- a/
package/directfb/directfb.mk
+++ b/
package/directfb/directfb.mk
@@
-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