diff options
author | Ross Burton <ross.burton@intel.com> | 2012-10-23 20:57:37 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-10-24 12:50:44 +0100 |
commit | 3cabe899c11c65c7a1853b0d2b6fe459098dd4af (patch) | |
tree | 3f086b1cf8c573deebf0d192ed293c00d35ba1ed /meta/recipes-graphics/xorg-lib | |
parent | fa471acc0030c77152c9b72e8f31f6c49f706f01 (diff) | |
download | poky-3cabe899c11c65c7a1853b0d2b6fe459098dd4af.tar.gz |
libxkbcommon: new window system-independent XKB library
Used by Wayland, Clutter, and more.
(From OE-Core rev: 2e4b2d2b8d6f2aeb37654f305bcf6c1c2ffc04f9)
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/xorg-lib')
-rw-r--r-- | meta/recipes-graphics/xorg-lib/libxkbcommon_0.2.0.bb | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/meta/recipes-graphics/xorg-lib/libxkbcommon_0.2.0.bb b/meta/recipes-graphics/xorg-lib/libxkbcommon_0.2.0.bb new file mode 100644 index 0000000000..7304080739 --- /dev/null +++ b/meta/recipes-graphics/xorg-lib/libxkbcommon_0.2.0.bb | |||
@@ -0,0 +1,18 @@ | |||
1 | SUMMARY = "Generic XKB keymap library" | ||
2 | DESCRIPTION = "libxkbcommon is a keymap compiler and support library which \ | ||
3 | processes a reduced subset of keymaps as defined by the XKB specification." | ||
4 | HOMEPAGE = "http://www.xkbcommon.org" | ||
5 | |||
6 | LICENSE = "MIT & MIT-style" | ||
7 | |||
8 | DEPENDS = "util-macros flex-native bison-native" | ||
9 | |||
10 | SRC_URI = "http://xkbcommon.org/download/${PN}-${PV}.tar.bz2" | ||
11 | SRC_URI[md5sum] = "2be3d4a255d02c7d46fc6a9486f21f6a" | ||
12 | SRC_URI[sha256sum] = "74eb0a121ca3998015fd687591426bb15c524645a72cf602831b2e729172fb42" | ||
13 | |||
14 | LIC_FILES_CHKSUM = "file://COPYING;md5=9c0b824e72a22f9d2c40b9c93b1f0ddc" | ||
15 | |||
16 | PR = "r0" | ||
17 | |||
18 | EXTRA_OECONF = "--disable-docs" | ||