630530831f
kmscube requires a libgbm implementation, which until now, only Mesa3D was providing, so kmscube had a direct dependency on Mesa3D. However, now that we have a proper libgbm virtual package, so this commit converts the kmscube package to use the libegl, libgbm and libgles virtual packages. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com> Signed-off-by: Kamel Bouhara <kamel.bouhara@bootlin.com> [ Kamel : add dependency on recent libgbm ] [Arnout: fix syntax of Config.in comment; order depends alphabetically] Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
14 lines
469 B
Makefile
14 lines
469 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 libdrm libegl libgbm libgles
|
|
|
|
$(eval $(meson-package))
|