aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/xorg-driver/xf86-input-synaptics_git.bb
blob: f7dc3b731c388e194ce029d8af414721251e3ec5 (plain)
1
2
3
4
5
6
7
8
9
10
require xf86-input-common.inc

DESCRIPTION = "X.Org X server -- keyboard input driver"

PV = "0.15.2+git${SRCPV}"

SRC_URI = "git://anongit.freedesktop.org/git/xorg/driver/xf86-input-synaptics;protocol=git"
S = "${WORKDIR}/git"

DEPENDS += "libxi"