mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-16 04:17:25 +00:00
c95e155780
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>
21 lines
632 B
BlitzBasic
21 lines
632 B
BlitzBasic
require recipes-graphics/xorg-driver/xorg-driver-input.inc
|
|
SUMMARY = "X.Org X server -- multitouch input driver"
|
|
LICENSE = "GPLv2+"
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=8a71d0475d08eee76d8b6d0c6dbec543"
|
|
|
|
DEPENDS += "pixman"
|
|
|
|
SRC_URI = "git://gitorious.org/xorg/xf86-input-mtev.git file://fix-it.patch"
|
|
SRCREV = "1eb469166ffc095c5801475f057f911f97a6e641"
|
|
S = "${WORKDIR}/git"
|
|
PV = "1.0.0+gitr${SRCPV}"
|
|
PR = "${INC_PR}.0"
|
|
|
|
EXTRA_OEMAKE = "'INCLUDE=-I${STAGING_INCDIR}/xorg -I${STAGING_INCDIR}/pixman-1'"
|
|
|
|
#skip xorg-driver-common.inc AC_CHECK_FILE mangling
|
|
do_configure_prepend () {
|
|
sed 's#gcc#${CC}#g' -i Makefile
|
|
return
|
|
}
|