mirror of
https://github.com/thead-yocto-mirror/meta-openembedded
synced 2026-09-16 20:21:58 +02:00
Changes: - rename SUMMARY with length > 80 to DESCRIPTION - rename DESCRIPTION with length < 80 to (non present tag) SUMMARY - drop final point character at the end of SUMMARY string - remove trailing whitespace of SUMMARY line Note: don't bump PR Signed-off-by: Matthieu Crapet <Matthieu.Crapet@ingenico.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
23 lines
790 B
BlitzBasic
23 lines
790 B
BlitzBasic
require recipes-graphics/xorg-driver/xorg-driver-video.inc
|
|
SUMMARY = "X.Org X server -- Glamo display driver with KMS support"
|
|
DEPENDS += "libdrm"
|
|
RDEPENDS_${PN} += "xserver-xorg-module-exa"
|
|
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=d8cbd99fff773f92e844948f74ef0df8"
|
|
|
|
PE = "2"
|
|
PV = "1.0.0+gitr${SRCPV}"
|
|
PR = "${INC_PR}.4"
|
|
|
|
SRC_URI = "git://git.openmoko.org/git/xf86-video-glamo.git;branch=master \
|
|
file://0001-glamo-kms-driver-drop-unused-xf86_config.patch \
|
|
file://0001-fix-build-with-KMS-disabled.patch \
|
|
file://0003-glamo-driver-adapt-to-xserver-0.13-video-API.patch \
|
|
file://0001-glamo-driver-remove-references-to-mibstore.patch \
|
|
"
|
|
|
|
S = "${WORKDIR}/git"
|
|
SRCREV = "cb9ed17035a79e49dde26a1e7e2bc5f10fd8144b"
|
|
|
|
EXTRA_OECONF = " --disable-kms "
|