blob: cab68fffb4354548f607947668750317cbae120b [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"
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 = "0d8de4ce3a03f36af1817f9b0586d132ad2c5d2e"
10SRC_URI = "git://anongit.freedesktop.org/mesa/kmscube;branch=master;protocol=git"
11UPSTREAM_VERSION_UNKNOWN = "1"
12
13S = "${WORKDIR}/git"
14
15inherit autotools pkgconfig distro_features_check
16
17REQUIRED_DISTRO_FEATURES = "opengl"