Patrick Williams | c124f4f | 2015-09-15 14:41:29 -0500 | [diff] [blame] | 1 | require xorg-proto-common.inc |
| 2 | |
| 3 | SUMMARY = "XI: X Input extension headers" |
| 4 | |
| 5 | DESCRIPTION = "This package provides the wire protocol for the X Input \ |
| 6 | extension. The extension supports input devices other then the core X \ |
| 7 | keyboard and pointer." |
| 8 | |
| 9 | PR = "r1" |
| 10 | PE = "1" |
| 11 | SRCREV = "7203036522ba9d4b224d282d6afc2d0b947711ee" |
| 12 | PV = "1.9.99.12+git${SRCPV}" |
| 13 | |
| 14 | SRC_URI = "git://anongit.freedesktop.org/git/xorg/proto/inputproto" |
| 15 | S = "${WORKDIR}/git" |
| 16 | |
| 17 | inherit gettext |
| 18 | |
| 19 | BBCLASSEXTEND = "native nativesdk" |