* [Buildroot] [PATCH] mesa3d: needs NPTL threading
@ 2014-04-20 5:30 Baruch Siach
2014-04-20 8:55 ` Thomas Petazzoni
0 siblings, 1 reply; 2+ messages in thread
From: Baruch Siach @ 2014-04-20 5:30 UTC (permalink / raw)
To: buildroot
Strictly speaking, linuxthreads (new) should be enough, since it includes
pthread_barrier_* implementation. However, we currently have no clean way to
distinguish between LT and LT.old.
Fixes:
http://autobuild.buildroot.net/results/66a/66a9d2c664e0a9b2b0c51b998c72c2ceda90ff9b/
Signed-off-by: Baruch Siach <baruch@tkos.co.il>
---
package/mesa3d/Config.in | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/package/mesa3d/Config.in b/package/mesa3d/Config.in
index 0793b486d97b..06f2bc382102 100644
--- a/package/mesa3d/Config.in
+++ b/package/mesa3d/Config.in
@@ -12,6 +12,7 @@ menuconfig BR2_PACKAGE_MESA3D
select BR2_PACKAGE_LIBXCB if BR2_PACKAGE_XSERVER_XORG_SERVER
depends on BR2_INSTALL_LIBSTDCPP
depends on BR2_LARGEFILE
+ depends on BR2_TOOLCHAIN_HAS_THREADS_NPTL
help
Mesa 3D, an open-source implementation of the OpenGL specification.
@@ -124,5 +125,6 @@ config BR2_PACKAGE_PROVIDES_LIBGLES
endif # BR2_PACKAGE_MESA3D
-comment "mesa3d needs a toolchain w/ C++, largefile"
- depends on !BR2_LARGEFILE || !BR2_INSTALL_LIBSTDCPP
+comment "mesa3d needs a toolchain w/ C++, largefile, NPTL"
+ depends on !BR2_LARGEFILE || !BR2_INSTALL_LIBSTDCPP || \
+ !BR2_TOOLCHAIN_HAS_THREADS_NPTL
--
1.9.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [Buildroot] [PATCH] mesa3d: needs NPTL threading
2014-04-20 5:30 [Buildroot] [PATCH] mesa3d: needs NPTL threading Baruch Siach
@ 2014-04-20 8:55 ` Thomas Petazzoni
0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni @ 2014-04-20 8:55 UTC (permalink / raw)
To: buildroot
Dear Baruch Siach,
On Sun, 20 Apr 2014 08:30:43 +0300, Baruch Siach wrote:
> Strictly speaking, linuxthreads (new) should be enough, since it includes
> pthread_barrier_* implementation. However, we currently have no clean way to
> distinguish between LT and LT.old.
>
> Fixes:
> http://autobuild.buildroot.net/results/66a/66a9d2c664e0a9b2b0c51b998c72c2ceda90ff9b/
>
> Signed-off-by: Baruch Siach <baruch@tkos.co.il>
> ---
> package/mesa3d/Config.in | 6 ++++--
> 1 file changed, 4 insertions(+), 2 deletions(-)
Applied, thanks.
Thomas
--
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2014-04-20 8:55 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-04-20 5:30 [Buildroot] [PATCH] mesa3d: needs NPTL threading Baruch Siach
2014-04-20 8:55 ` Thomas Petazzoni
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox