* [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
* [Buildroot] [PATCH] tslib: needs shared library for dlopen
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
0 siblings, 1 reply; 3+ messages in thread
From: Thomas Petazzoni @ 2013-10-17 15:15 UTC (permalink / raw)
To: buildroot
Dear Thomas De Schampheleire,
On Thu, 17 Oct 2013 16:58:08 +0200, Thomas De Schampheleire wrote:
> 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
I believe this needs to be propagated to the BR2_PACKAGE_DIRECTFB_TSLIB
option, which selects BR2_PACKAGE_TSLIB, but does not depends
on !BR2_PREFER_STATIC_LIB.
Best regards,
Thomas
--
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com
^ permalink raw reply [flat|nested] 3+ messages in thread
* [Buildroot] [PATCH] tslib: needs shared library for dlopen
2013-10-17 15:15 ` Thomas Petazzoni
@ 2013-10-18 6:43 ` Thomas De Schampheleire
0 siblings, 0 replies; 3+ messages in thread
From: Thomas De Schampheleire @ 2013-10-18 6:43 UTC (permalink / raw)
To: buildroot
Hi Thomas,
On Thu, Oct 17, 2013 at 5:15 PM, Thomas Petazzoni
<thomas.petazzoni@free-electrons.com> wrote:
> Dear Thomas De Schampheleire,
>
> On Thu, 17 Oct 2013 16:58:08 +0200, Thomas De Schampheleire wrote:
>
>> 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
>
> I believe this needs to be propagated to the BR2_PACKAGE_DIRECTFB_TSLIB
> option, which selects BR2_PACKAGE_TSLIB, but does not depends
> on !BR2_PREFER_STATIC_LIB.
Clearly I'm not used to this type of changes :)
Thanks for noticing, I'm sending an update...
Best regards,
Thomas
^ 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.