14 lines
469 B
Makefile
14 lines
469 B
Makefile
################################################################################
|
|
#
|
|
# kmscube
|
|
#
|
|
################################################################################
|
|
|
|
KMSCUBE_VERSION = 4660a7dca6512b6e658759d00cff7d4ad2a2059d
|
|
KMSCUBE_SITE = https://gitlab.freedesktop.org/mesa/kmscube/-/archive/$(KMSCUBE_VERSION)
|
|
KMSCUBE_LICENSE = MIT
|
|
KMSCUBE_LICENSE_FILES = COPYING
|
|
KMSCUBE_DEPENDENCIES = host-pkgconf libdrm libegl libgbm libgles
|
|
|
|
$(eval $(meson-package))
|