All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] tslib: needs shared library for dlopen
@ 2013-10-17 14:58 Thomas De Schampheleire
  2013-10-17 15:15 ` Thomas Petazzoni
  0 siblings, 1 reply; 3+ messages in thread
From: Thomas De Schampheleire @ 2013-10-17 14:58 UTC (permalink / raw)
  To: buildroot

Fixes
http://autobuild.buildroot.net/results/1242cbea015e5a24a6621d1bd5569d2a1a819bb4/

Signed-off-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com>

---
 package/tslib/Config.in |  4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/package/tslib/Config.in b/package/tslib/Config.in
--- a/package/tslib/Config.in
+++ b/package/tslib/Config.in
@@ -1,6 +1,10 @@
 config BR2_PACKAGE_TSLIB
 	bool "tslib"
+	depends on !BR2_PREFER_STATIC_LIB # dlopen
 	help
 	  Tslib is an abstraction layer for touchscreen panel events.
 
 	  http://tslib.berlios.de/
+
+comment "tslib needs a toolchain w/ shared library"
+	depends on BR2_PREFER_STATIC_LIB

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2013-10-18  6:43 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-10-17 14:58 [Buildroot] [PATCH] tslib: needs shared library for dlopen Thomas De Schampheleire
2013-10-17 15:15 ` Thomas Petazzoni
2013-10-18  6:43   ` Thomas De Schampheleire

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.