summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/xorg-proto/inputproto_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-graphics/xorg-proto/inputproto_git.bb')
-rw-r--r--meta/recipes-graphics/xorg-proto/inputproto_git.bb19
1 files changed, 19 insertions, 0 deletions
diff --git a/meta/recipes-graphics/xorg-proto/inputproto_git.bb b/meta/recipes-graphics/xorg-proto/inputproto_git.bb
new file mode 100644
index 0000000000..6520f3bb03
--- /dev/null
+++ b/meta/recipes-graphics/xorg-proto/inputproto_git.bb
@@ -0,0 +1,19 @@
1require xorg-proto-common.inc
2
3SUMMARY = "XI: X Input extension headers"
4
5DESCRIPTION = "This package provides the wire protocol for the X Input \
6extension. The extension supports input devices other then the core X \
7keyboard and pointer."
8
9PR = "r1"
10PE = "1"
11SRCREV = "7203036522ba9d4b224d282d6afc2d0b947711ee"
12PV = "1.9.99.12+git${SRCPV}"
13
14SRC_URI = "git://anongit.freedesktop.org/git/xorg/proto/inputproto"
15S = "${WORKDIR}/git"
16
17inherit gettext
18
19BBCLASSEXTEND = "native nativesdk"