blob: 46aeeb01795aedc4d002db99b79284b5218af1a4 [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
Brad Bishop1a4b7ee2018-12-16 17:11:34 -08009SRCREV = "9dcce71e603616ee7a54707e932f962cdf8fb20a"
Brad Bishop316dfdd2018-06-25 12:45:53 -040010SRC_URI = "git://anongit.freedesktop.org/mesa/kmscube;branch=master;protocol=git \
11 file://detect-gst_bo_map-_unmap-and-use-it-or-avoid-it.patch"
12UPSTREAM_CHECK_COMMITS = "1"
Brad Bishopd7bf8c12018-02-25 22:55:05 -050013
14S = "${WORKDIR}/git"
15
16inherit autotools pkgconfig distro_features_check
17
18REQUIRED_DISTRO_FEATURES = "opengl"