f77b149a36
Bump to the latest kmscube version. Since kmscube has been converted to meson, adjust the .mk file accordingly. Signed-off-by: Fabio Estevam <festevam@gmail.com> [yann.morin.1998@free.fr: two spaces in hash file] Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
13 lines
422 B
Makefile
13 lines
422 B
Makefile
################################################################################
|
|
#
|
|
# kmscube
|
|
#
|
|
################################################################################
|
|
|
|
KMSCUBE_VERSION = 4660a7dca6512b6e658759d00cff7d4ad2a2059d
|
|
KMSCUBE_SITE = https://gitlab.freedesktop.org/mesa/kmscube/-/archive/$(KMSCUBE_VERSION)
|
|
KMSCUBE_LICENSE = MIT
|
|
KMSCUBE_DEPENDENCIES = host-pkgconf mesa3d libdrm
|
|
|
|
$(eval $(meson-package))
|