summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/kmscube
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-graphics/kmscube')
-rw-r--r--meta/recipes-graphics/kmscube/kmscube_git.bb14
1 files changed, 14 insertions, 0 deletions
diff --git a/meta/recipes-graphics/kmscube/kmscube_git.bb b/meta/recipes-graphics/kmscube/kmscube_git.bb
new file mode 100644
index 0000000000..518c98e123
--- /dev/null
+++ b/meta/recipes-graphics/kmscube/kmscube_git.bb
@@ -0,0 +1,14 @@
1DESCRIPTION = "Demo application to showcase 3D graphics using kms and gbm"
2HOMEPAGE = "https://cgit.freedesktop.org/mesa/kmscube/"
3LICENSE = "MIT"
4SECTION = "graphics"
5DEPENDS = "virtual/libgles2 virtual/egl libdrm gstreamer1.0 gstreamer1.0-plugins-base"
6
7LIC_FILES_CHKSUM = "file://kmscube.c;beginline=1;endline=23;md5=8b309d4ee67b7315ff7381270dd631fb"
8
9SRCREV = "e56980c28766ffb0bf8edee96b529a5b47f97137"
10SRC_URI = "git://anongit.freedesktop.org/mesa/kmscube;branch=master;protocol=git"
11
12S = "${WORKDIR}/git"
13
14inherit autotools pkgconfig