mirror of
https://git.yoctoproject.org/poky
synced 2026-02-16 05:33:03 +01:00
Some implementations of GBM, like the one included with libMali, do not have gbm_bo_map() nor gbm_bo_unmap(). This patch enables kmscube to work with those implementations even if it doesn't work as great. (From OE-Core rev: 54615151da5e8c77c803947ce5760d06c1691c58) Signed-off-by: Daniel Díaz <daniel.diaz@linaro.org> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
19 lines
695 B
BlitzBasic
19 lines
695 B
BlitzBasic
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 = "0d8de4ce3a03f36af1817f9b0586d132ad2c5d2e"
|
|
SRC_URI = "git://anongit.freedesktop.org/mesa/kmscube;branch=master;protocol=git \
|
|
file://detect-gst_bo_map-_unmap-and-use-it-or-avoid-it.patch"
|
|
UPSTREAM_CHECK_COMMITS = "1"
|
|
|
|
S = "${WORKDIR}/git"
|
|
|
|
inherit autotools pkgconfig distro_features_check
|
|
|
|
REQUIRED_DISTRO_FEATURES = "opengl"
|