aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/xorg-proto/inputproto_git.bb
blob: f1cbbb86fbd9bd1f52eede72009face52df09096 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
require xorg-proto-common.inc

SUMMARY = "XI: X Input extension headers"

DESCRIPTION = "This package provides the wire protocol for the X Input \
extension.  The extension supports input devices other then the core X \
keyboard and pointer."

PR = "r1"
PE = "1"
PV = "1.9.99.12+git${SRCPV}"

SRC_URI = "git://anongit.freedesktop.org/git/xorg/proto/inputproto;protocol=git"
S = "${WORKDIR}/git"

inherit gettext

BBCLASSEXTEND = "native nativesdk"