blob: bf4cb235a4fbbd0d75d0c71a03d0e6e61e439ffe [file] [log] [blame]
Brad Bishopd7bf8c12018-02-25 22:55:05 -05001DESCRIPTION = "Demo application to showcase 3D graphics using kms and gbm"
2HOMEPAGE = "https://cgit.freedesktop.org/mesa/kmscube/"
3LICENSE = "MIT"
4SECTION = "graphics"
Brad Bishop19323692019-04-05 15:28:33 -04005DEPENDS = "virtual/libgles2 virtual/egl libdrm"
Brad Bishopd7bf8c12018-02-25 22:55:05 -05006
7LIC_FILES_CHKSUM = "file://kmscube.c;beginline=1;endline=23;md5=8b309d4ee67b7315ff7381270dd631fb"
8
Andrew Geissler9b4d8b02021-02-19 12:26:16 -06009SRCREV = "9f63f359fab1b5d8e862508e4e51c9dfe339ccb0"
Andrew Geissler4b740dc2020-05-05 08:54:39 -050010SRC_URI = "git://gitlab.freedesktop.org/mesa/kmscube;branch=master;protocol=https"
Brad Bishop316dfdd2018-06-25 12:45:53 -040011UPSTREAM_CHECK_COMMITS = "1"
Brad Bishopd7bf8c12018-02-25 22:55:05 -050012
13S = "${WORKDIR}/git"
14
Brad Bishop6dbb3162019-11-25 09:41:34 -050015inherit meson pkgconfig features_check
Brad Bishopd7bf8c12018-02-25 22:55:05 -050016
17REQUIRED_DISTRO_FEATURES = "opengl"
Brad Bishop19323692019-04-05 15:28:33 -040018
19PACKAGECONFIG ??= ""
20PACKAGECONFIG[gstreamer] = "-Dgstreamer=enabled,-Dgstreamer=disabled,gstreamer1.0 gstreamer1.0-plugins-base"