drm_info is a small utility to dump info about DRM devices. Link: https://gitlab.freedesktop.org/emersion/drm_info Signed-off-by: Kory Maincent <kory.maincent@bootlin.com> [Julien: - sort selected packages in Config.in alphabetically - remove comment for license in hash file - move "v" from _VERSION to _SITE - switch _SITE to use gitlab release archives and add _SOURCE ] Signed-off-by: Julien Olivain <ju.o@free.fr>
13 lines
342 B
Plaintext
13 lines
342 B
Plaintext
config BR2_PACKAGE_DRM_INFO
|
|
bool "drm_info"
|
|
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_THREADS
|