2017-02-15 11:31:42 +01:00
|
|
|
################################################################################
|
|
|
|
#
|
|
|
|
# kmscube
|
|
|
|
#
|
|
|
|
################################################################################
|
|
|
|
|
2020-04-01 19:05:04 +02:00
|
|
|
KMSCUBE_VERSION = 4660a7dca6512b6e658759d00cff7d4ad2a2059d
|
2020-04-01 19:05:03 +02:00
|
|
|
KMSCUBE_SITE = https://gitlab.freedesktop.org/mesa/kmscube/-/archive/$(KMSCUBE_VERSION)
|
2017-02-15 11:31:42 +01:00
|
|
|
KMSCUBE_LICENSE = MIT
|
2020-11-06 22:44:03 +01:00
|
|
|
KMSCUBE_LICENSE_FILES = COPYING
|
2017-02-15 11:31:42 +01:00
|
|
|
KMSCUBE_DEPENDENCIES = host-pkgconf mesa3d libdrm
|
|
|
|
|
2020-04-01 19:05:04 +02:00
|
|
|
$(eval $(meson-package))
|