Files
buildroot/package/drm-info/Config.in
Julien Olivain 0ceddf2ac0 package/drm-info: propagate json-c dependencies
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>
2026-05-30 11:33:41 +02:00

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