mirror of
https://github.com/PartialVolume/shredos.x86_64.git
synced 2026-03-13 22:22:13 +00:00
14 lines
454 B
Makefile
14 lines
454 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 mesa3d libdrm
|
|
|
|
$(eval $(meson-package))
|