mirror of
https://git.busybox.net/buildroot.git
synced 2024-11-27 07:23:30 +08:00
b8cb0e2bca
The cgit URL is a mirror of the gitlab repository.
The README.md file of the kmscube project also points
to the gitlab repository, so switch the URL accordingly.
Signed-off-by: Fabio Estevam <festevam@gmail.com>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
(cherry picked from commit 8ab9acbed8
)
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 lines
265 B
Plaintext
10 lines
265 B
Plaintext
config BR2_PACKAGE_KMSCUBE
|
|
bool "kmscube"
|
|
# requires libgbm from mesa3d
|
|
depends on BR2_PACKAGE_MESA3D_OPENGL_EGL
|
|
depends on BR2_PACKAGE_MESA3D_OPENGL_ES
|
|
help
|
|
kmscube is an application to test kms/drm drivers.
|
|
|
|
https://gitlab.freedesktop.org/mesa/kmscube
|