aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-graphics/kmscube/kmscube_git.bb
blob: 0a857bdfe1c14aac1f0ed764ed8e69cb132bd708 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
DESCRIPTION = "Demo application to showcase 3D graphics using kms and gbm"
HOMEPAGE = "https://github.com/robclark/kmscube.git"
LICENSE = "BSD"
LIC_FILES_CHKSUM = "file://COPYING;md5=2a12bf7a66f5f663d75186bf01eb607b"

DEPENDS = "virtual/libgles2 virtual/egl libdrm ffmpeg"

inherit autotools pkgconfig

SRCREV = "${AUTOREV}"

PV = "0.0+${SRCPV}"

SRC_URI = "git://github.com/robclark/kmscube.git;branch=v4l2-video;protocol=git"

S = "${WORKDIR}/git"