|
@@ -12,6 +12,7 @@ menuconfig BR2_PACKAGE_MESA3D
|
|
select BR2_PACKAGE_LIBXCB if BR2_PACKAGE_XSERVER_XORG_SERVER
|
|
select BR2_PACKAGE_LIBXCB if BR2_PACKAGE_XSERVER_XORG_SERVER
|
|
depends on BR2_INSTALL_LIBSTDCPP
|
|
depends on BR2_INSTALL_LIBSTDCPP
|
|
depends on BR2_LARGEFILE
|
|
depends on BR2_LARGEFILE
|
|
|
|
+ depends on BR2_TOOLCHAIN_HAS_THREADS_NPTL
|
|
help
|
|
help
|
|
Mesa 3D, an open-source implementation of the OpenGL specification.
|
|
Mesa 3D, an open-source implementation of the OpenGL specification.
|
|
|
|
|
|
@@ -124,5 +125,6 @@ config BR2_PACKAGE_PROVIDES_LIBGLES
|
|
|
|
|
|
endif # BR2_PACKAGE_MESA3D
|
|
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
|