|
@@ -2,6 +2,7 @@ menuconfig BR2_PACKAGE_MESA3D
|
|
|
bool "mesa3d"
|
|
|
depends on BR2_INSTALL_LIBSTDCPP
|
|
|
depends on !BR2_STATIC_LIBS
|
|
|
+ depends on BR2_TOOLCHAIN_HAS_SYNC_1
|
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS_NPTL
|
|
|
select BR2_PACKAGE_LIBDRM
|
|
|
select BR2_PACKAGE_EXPAT
|
|
@@ -169,3 +170,4 @@ endif # BR2_PACKAGE_MESA3D
|
|
|
comment "mesa3d needs a toolchain w/ C++, NPTL, dynamic library"
|
|
|
depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_HAS_THREADS_NPTL || \
|
|
|
BR2_STATIC_LIBS
|
|
|
+ depends on BR2_TOOLCHAIN_HAS_SYNC_1
|