diff options
| -rw-r--r-- | meta/packages/xorg-lib/xkeyboard-config_1.6.bb | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/meta/packages/xorg-lib/xkeyboard-config_1.6.bb b/meta/packages/xorg-lib/xkeyboard-config_1.6.bb new file mode 100644 index 0000000000..2138a3c526 --- /dev/null +++ b/meta/packages/xorg-lib/xkeyboard-config_1.6.bb | |||
| @@ -0,0 +1,15 @@ | |||
| 1 | HOMEPAGE = "http://freedesktop.org/wiki/Software/XKeyboardConfig" | ||
| 2 | DESCRIPTION = "Keyboard configuration database for X Window" | ||
| 3 | SRC_URI = "http://xlibs.freedesktop.org/xkbdesc/xkeyboard-config-${PV}.tar.bz2" | ||
| 4 | SECTION = "x11/libs" | ||
| 5 | LICENSE = "MIT-X" | ||
| 6 | PR = "r0" | ||
| 7 | |||
| 8 | RDEPENDS_${PN} += "xkbcomp" | ||
| 9 | FILES_${PN} += "${datadir}/X11/xkb" | ||
| 10 | |||
| 11 | inherit autotools_stage pkgconfig | ||
| 12 | |||
| 13 | |||
| 14 | |||
| 15 | |||
