]> code.ossystems Code Review - meta-freescale.git/commitdiff
kmscube: add recipe 30/15930/1
authorCarlos Rafael Giani <dv@pseudoterminal.org>
Mon, 10 Apr 2017 19:41:33 +0000 (21:41 +0200)
committerFabio Berton <fabio.berton@ossystems.com.br>
Mon, 26 Jun 2017 20:12:46 +0000 (17:12 -0300)
This is a useful tool to test KMS and GBM-based EGL & OpenGL ES drawing

Change-Id: I23d276759c5bc1bec017956070da4ced6352d9eb
Signed-off-by: Carlos Rafael Giani <dv@pseudoterminal.org>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br>
recipes-backport/kmscube/kmscube_git.bb [new file with mode: 0644]

diff --git a/recipes-backport/kmscube/kmscube_git.bb b/recipes-backport/kmscube/kmscube_git.bb
new file mode 100644 (file)
index 0000000..518c98e
--- /dev/null
@@ -0,0 +1,14 @@
+DESCRIPTION = "Demo application to showcase 3D graphics using kms and gbm"
+HOMEPAGE = "https://cgit.freedesktop.org/mesa/kmscube/"
+LICENSE = "MIT"
+SECTION = "graphics"
+DEPENDS = "virtual/libgles2 virtual/egl libdrm gstreamer1.0 gstreamer1.0-plugins-base"
+
+LIC_FILES_CHKSUM = "file://kmscube.c;beginline=1;endline=23;md5=8b309d4ee67b7315ff7381270dd631fb"
+
+SRCREV = "e56980c28766ffb0bf8edee96b529a5b47f97137"
+SRC_URI = "git://anongit.freedesktop.org/mesa/kmscube;branch=master;protocol=git"
+
+S = "${WORKDIR}/git"
+
+inherit autotools pkgconfig