Patrick Williams | c124f4f | 2015-09-15 14:41:29 -0500 | [diff] [blame] | 1 | require xorg-driver-input.inc |
| 2 | |
| 3 | SUMMARY = "X.Org X server -- keyboard input driver" |
| 4 | |
| 5 | DESCRIPTION = "keyboard is an Xorg input driver for keyboards. The \ |
| 6 | driver supports the standard OS-provided keyboard interface. The driver \ |
| 7 | functions as a keyboard input device, and may be used as the X server's \ |
| 8 | core keyboard." |
| 9 | |
| 10 | SRCREV = "3e28d68b50d291938734e9684b8296ca864f3892" |
| 11 | PV = "1.3.2+git${SRCPV}" |
| 12 | PR = "${INC_PR}.0" |
| 13 | |
| 14 | SRC_URI = "git://anongit.freedesktop.org/git/xorg/driver/xf86-input-keyboard" |
| 15 | S = "${WORKDIR}/git" |
| 16 | |