mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-08 08:30:47 -09:00
package/igt-gpu-tools: only needs libudev, not udev daemon
Signed-off-by: Bernd Kuhls <bernd@kuhls.net> [Arnout: order _DEPENDENCIES alphabetically] Signed-off-by: Arnout Vandecappelle <arnout@rnout.be>
This commit is contained in:
committed by
Arnout Vandecappelle
parent
8ecbcc713e
commit
8714f00265
@@ -9,7 +9,7 @@ config BR2_PACKAGE_IGT_GPU_TOOLS
|
||||
depends on BR2_ENABLE_LOCALE
|
||||
depends on !BR2_STATIC_LIBS
|
||||
depends on BR2_TOOLCHAIN_HAS_THREADS_NPTL
|
||||
depends on BR2_PACKAGE_HAS_UDEV
|
||||
depends on BR2_PACKAGE_HAS_LIBUDEV
|
||||
depends on BR2_USE_WCHAR # elfutils, procps-ng
|
||||
depends on BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_11 # linux/dma-buf.h
|
||||
select BR2_PACKAGE_BUSYBOX_SHOW_OTHERS # procps-ng
|
||||
@@ -40,10 +40,10 @@ config BR2_PACKAGE_IGT_GPU_TOOLS_TESTS
|
||||
|
||||
endif
|
||||
|
||||
comment "igt-gpu-tools needs udev /dev management and toolchain w/ NPTL, wchar, dynamic library, locale, headers >= 4.11"
|
||||
comment "igt-gpu-tools needs libudev and a toolchain w/ NPTL, wchar, dynamic library, locale, headers >= 4.11"
|
||||
depends on BR2_PACKAGE_IGT_GPU_TOOLS_ARCH_SUPPORTS
|
||||
depends on BR2_USE_MMU
|
||||
depends on !BR2_PACKAGE_HAS_UDEV || BR2_STATIC_LIBS || \
|
||||
depends on !BR2_PACKAGE_HAS_LIBUDEV || BR2_STATIC_LIBS || \
|
||||
!BR2_TOOLCHAIN_HAS_THREADS_NPTL || !BR2_USE_WCHAR || \
|
||||
!BR2_ENABLE_LOCALE || \
|
||||
!BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_11
|
||||
|
||||
@@ -18,10 +18,10 @@ IGT_GPU_TOOLS_DEPENDENCIES = \
|
||||
libdrm \
|
||||
libglib2 \
|
||||
libpciaccess \
|
||||
libudev \
|
||||
pciutils \
|
||||
pixman \
|
||||
procps-ng \
|
||||
udev \
|
||||
zlib
|
||||
|
||||
IGT_GPU_TOOLS_CONF_OPTS = \
|
||||
|
||||
Reference in New Issue
Block a user