diff options
author | Marko Katic <dromede@gmail.com> | 2012-03-16 01:00:06 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-04-26 10:05:03 +0100 |
commit | fdc948f816b28139540ef4d4c2d42299df5aa07d (patch) | |
tree | 5800e137c11ff35cc020de5286b1aac936f84c58 /meta/recipes-graphics/xcb | |
parent | 3bf4f5b1d6c87273e62150d998e89bddc9210130 (diff) | |
download | poky-fdc948f816b28139540ef4d4c2d42299df5aa07d.tar.gz |
xcb-util-keysyms: Add recipe that provides libxcb-keysyms.
Xcb-util was split into separate packages in the 0.3.6 -> 0.3.8 transition.
This library was previously provided by xcb-util and is now a separate package.
(From OE-Core rev: e93c121b66f689df98b953b164abc4bd61351e37)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/xcb')
-rw-r--r-- | meta/recipes-graphics/xcb/xcb-util-keysyms_0.3.8.bb | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/meta/recipes-graphics/xcb/xcb-util-keysyms_0.3.8.bb b/meta/recipes-graphics/xcb/xcb-util-keysyms_0.3.8.bb new file mode 100644 index 0000000000..ed1eb7ae7a --- /dev/null +++ b/meta/recipes-graphics/xcb/xcb-util-keysyms_0.3.8.bb | |||
@@ -0,0 +1,11 @@ | |||
1 | require xcb-util.inc | ||
2 | |||
3 | LICENSE = "MIT" | ||
4 | LIC_FILES_CHKSUM = "file://keysyms/keysyms.c;endline=30;md5=2f8de023ed823bb92f0b47900574ea9e \ | ||
5 | " | ||
6 | PR = "r0" | ||
7 | |||
8 | SRC_URI[md5sum] = "c75bb20e709093580a67eaf263251b50" | ||
9 | SRC_URI[sha256sum] = "913d32f7afe380c580da7636ee13f2728790237bb5c03def536363f552686121" | ||
10 | |||
11 | |||