mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-01 21:23:51 -09:00
Fixes: WARNING: unmet direct dependencies detected for BR2_PACKAGE_JSON_C Depends on [n]: BR2_TOOLCHAIN_HAS_SYNC_4 [=n] Selected by [y]: - BR2_PACKAGE_DRM_INFO [=y] && BR2_TOOLCHAIN_HAS_THREADS [=y] Signed-off-by: Julien Olivain <ju.o@free.fr> Reviewed-by: Kory Maincent <kory.maincent@bootlin.com> Signed-off-by: Arnout Vandecappelle <arnout@rnout.be>
15 lines
425 B
Plaintext
15 lines
425 B
Plaintext
config BR2_PACKAGE_DRM_INFO
|
|
bool "drm_info"
|
|
depends on BR2_TOOLCHAIN_HAS_SYNC_4 # json-c
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS # libdrm
|
|
select BR2_PACKAGE_JSON_C
|
|
select BR2_PACKAGE_LIBDRM
|
|
help
|
|
Small utility to dump info about DRM devices.
|
|
|
|
https://gitlab.freedesktop.org/emersion/drm_info
|
|
|
|
comment "drm_info needs a toolchain w/ threads"
|
|
depends on BR2_TOOLCHAIN_HAS_SYNC_4
|
|
depends on !BR2_TOOLCHAIN_HAS_THREADS
|