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