mirror of
https://github.com/home-assistant/operating-system.git
synced 2026-05-16 21:50:16 +01:00
14 lines
429 B
Makefile
14 lines
429 B
Makefile
################################################################################
|
|
#
|
|
# kmscube
|
|
#
|
|
################################################################################
|
|
|
|
KMSCUBE_VERSION = 6cbd03ab94066dddbba7bedfde87c7c4319c18d5
|
|
KMSCUBE_SITE = https://cgit.freedesktop.org/mesa/kmscube/snapshot
|
|
KMSCUBE_LICENSE = MIT
|
|
KMSCUBE_DEPENDENCIES = host-pkgconf mesa3d libdrm
|
|
KMSCUBE_AUTORECONF = YES
|
|
|
|
$(eval $(autotools-package))
|