|
@@ -3,7 +3,7 @@ config BR2_PACKAGE_IGT_GPU_TOOLS
|
|
|
depends on BR2_USE_MMU # fork()
|
|
|
depends on BR2_ENABLE_LOCALE
|
|
|
depends on !BR2_STATIC_LIBS
|
|
|
- depends on BR2_TOOLCHAIN_HAS_THREADS
|
|
|
+ depends on BR2_TOOLCHAIN_HAS_THREADS_NPTL
|
|
|
depends on BR2_PACKAGE_HAS_UDEV
|
|
|
depends on BR2_USE_WCHAR # elfutils, procps-ng
|
|
|
depends on BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_11 # linux/dma-buf.h
|
|
@@ -24,9 +24,9 @@ config BR2_PACKAGE_IGT_GPU_TOOLS
|
|
|
|
|
|
https://gitlab.freedesktop.org/drm/igt-gpu-tools
|
|
|
|
|
|
-comment "igt-gpu-tools needs udev /dev management and toolchain w/ threads, wchar, dynamic library, locale, headers >= 4.11"
|
|
|
+comment "igt-gpu-tools needs udev /dev management and toolchain w/ NPTL, wchar, dynamic library, locale, headers >= 4.11"
|
|
|
depends on BR2_USE_MMU
|
|
|
depends on !BR2_PACKAGE_HAS_UDEV || BR2_STATIC_LIBS || \
|
|
|
- !BR2_TOOLCHAIN_HAS_THREADS || !BR2_USE_WCHAR || \
|
|
|
+ !BR2_TOOLCHAIN_HAS_THREADS_NPTL || !BR2_USE_WCHAR || \
|
|
|
!BR2_ENABLE_LOCALE || \
|
|
|
!BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_11
|