2017-02-15 11:31:42 +01:00
|
|
|
################################################################################
|
|
|
|
#
|
|
|
|
# kmscube
|
|
|
|
#
|
|
|
|
################################################################################
|
|
|
|
|
2017-03-21 17:48:22 +01:00
|
|
|
KMSCUBE_VERSION = 6cbd03ab94066dddbba7bedfde87c7c4319c18d5
|
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
|
|
|
|
KMSCUBE_DEPENDENCIES = host-pkgconf mesa3d libdrm
|
|
|
|
KMSCUBE_AUTORECONF = YES
|
|
|
|
|
|
|
|
$(eval $(autotools-package))
|