|
@@ -6,6 +6,7 @@ config BR2_PACKAGE_PIGLIT
|
|
BR2_PACKAGE_WAFFLE_SUPPORTS_WAYLAND || \
|
|
BR2_PACKAGE_WAFFLE_SUPPORTS_WAYLAND || \
|
|
BR2_PACKAGE_WAFFLE_SUPPORTS_X11_EGL || \
|
|
BR2_PACKAGE_WAFFLE_SUPPORTS_X11_EGL || \
|
|
BR2_PACKAGE_WAFFLE_SUPPORTS_GBM
|
|
BR2_PACKAGE_WAFFLE_SUPPORTS_GBM
|
|
|
|
+ depends on BR2_INSTALL_LIBSTDCPP # python-numpy
|
|
depends on BR2_TOOLCHAIN_USES_GLIBC || BR2_TOOLCHAIN_USES_MUSL # python-numpy
|
|
depends on BR2_TOOLCHAIN_USES_GLIBC || BR2_TOOLCHAIN_USES_MUSL # python-numpy
|
|
select BR2_PACKAGE_LIBDRM if BR2_PACKAGE_HAS_LIBGL
|
|
select BR2_PACKAGE_LIBDRM if BR2_PACKAGE_HAS_LIBGL
|
|
select BR2_PACKAGE_LIBPNG
|
|
select BR2_PACKAGE_LIBPNG
|
|
@@ -31,5 +32,6 @@ config BR2_PACKAGE_PIGLIT
|
|
|
|
|
|
https://piglit.freedesktop.org
|
|
https://piglit.freedesktop.org
|
|
|
|
|
|
-comment "piglit needs glibc or musl"
|
|
|
|
- depends on !(BR2_TOOLCHAIN_USES_GLIBC || BR2_TOOLCHAIN_USES_MUSL)
|
|
|
|
|
|
+comment "piglit needs a glibc or musl toolchain w/ C++"
|
|
|
|
+ depends on !BR2_INSTALL_LIBSTDCPP || \
|
|
|
|
+ !(BR2_TOOLCHAIN_USES_GLIBC || BR2_TOOLCHAIN_USES_MUSL)
|