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 000000000..2138a3c52 --- /dev/null +++ b/meta/packages/xorg-lib/xkeyboard-config_1.6.bb @@ -0,0 +1,15 @@ +HOMEPAGE = "http://freedesktop.org/wiki/Software/XKeyboardConfig" +DESCRIPTION = "Keyboard configuration database for X Window" +SRC_URI = "http://xlibs.freedesktop.org/xkbdesc/xkeyboard-config-${PV}.tar.bz2" +SECTION = "x11/libs" +LICENSE = "MIT-X" +PR = "r0" + +RDEPENDS_${PN} += "xkbcomp" +FILES_${PN} += "${datadir}/X11/xkb" + +inherit autotools_stage pkgconfig + + + + |