Brad Bishop | d7bf8c1 | 2018-02-25 22:55:05 -0500 | [diff] [blame] | 1 | DESCRIPTION = "Demo application to showcase 3D graphics using kms and gbm" |
| 2 | HOMEPAGE = "https://cgit.freedesktop.org/mesa/kmscube/" |
| 3 | LICENSE = "MIT" |
| 4 | SECTION = "graphics" |
| 5 | DEPENDS = "virtual/libgles2 virtual/egl libdrm gstreamer1.0 gstreamer1.0-plugins-base" |
| 6 | |
| 7 | LIC_FILES_CHKSUM = "file://kmscube.c;beginline=1;endline=23;md5=8b309d4ee67b7315ff7381270dd631fb" |
| 8 | |
Brad Bishop | 1a4b7ee | 2018-12-16 17:11:34 -0800 | [diff] [blame] | 9 | SRCREV = "9dcce71e603616ee7a54707e932f962cdf8fb20a" |
Brad Bishop | 316dfdd | 2018-06-25 12:45:53 -0400 | [diff] [blame] | 10 | SRC_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" |
| 12 | UPSTREAM_CHECK_COMMITS = "1" |
Brad Bishop | d7bf8c1 | 2018-02-25 22:55:05 -0500 | [diff] [blame] | 13 | |
| 14 | S = "${WORKDIR}/git" |
| 15 | |
| 16 | inherit autotools pkgconfig distro_features_check |
| 17 | |
| 18 | REQUIRED_DISTRO_FEATURES = "opengl" |