mirror of
git://git.yoctoproject.org/poky
synced 2026-08-11 18:20:04 +00:00
Add xkeyboard-config
Signed-off-by: Richard Purdie <richard@ted.(none)>
This commit is contained in:
parent
a8427b9d92
commit
c74b9ae44c
15
meta/packages/xorg-lib/xkeyboard-config_1.6.bb
Normal file
15
meta/packages/xorg-lib/xkeyboard-config_1.6.bb
Normal file
@ -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
|
||||
|
||||
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user