mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-04-24 15:27:16 +00: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))
|