diff options
author | Marko Katic <dromede@gmail.com> | 2012-03-16 01:00:07 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-04-26 10:05:04 +0100 |
commit | 755256c33ae394aa7513e616a440a3b0704bb96f (patch) | |
tree | e5b0b34915ad083bab7761bff048d1e86d929362 /meta/recipes-graphics/xcb | |
parent | 43ed8bb50d46ab3f0ff38fc30efffd167859655f (diff) | |
download | poky-755256c33ae394aa7513e616a440a3b0704bb96f.tar.gz |
xcb-util-render: Add recipe that provides libxcb-render-util
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: 7703a00515b3cc8f7d3855cf3654ee243ef7b146)
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-renderutil_0.3.8.bb | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/meta/recipes-graphics/xcb/xcb-util-renderutil_0.3.8.bb b/meta/recipes-graphics/xcb/xcb-util-renderutil_0.3.8.bb new file mode 100644 index 0000000000..c729db8e0b --- /dev/null +++ b/meta/recipes-graphics/xcb/xcb-util-renderutil_0.3.8.bb | |||
@@ -0,0 +1,14 @@ | |||
1 | require xcb-util.inc | ||
2 | |||
3 | LICENSE = "MIT" | ||
4 | LIC_FILES_CHKSUM = "file://renderutil/glyph.c;endline=24;md5=c517c483b8d726234ec94f9169236661 \ | ||
5 | file://renderutil/util.c;endline=20;md5=6e0bfc44fb13298c0f4694eb70dc80d4 \ | ||
6 | file://renderutil/xcb_renderutil.h;md5=c8732d30d204d3b55e956489f635cefb \ | ||
7 | " | ||
8 | PR = "r0" | ||
9 | |||
10 | SRC_URI[md5sum] = "b346ff598ee093c141f836fbc0f8f721" | ||
11 | SRC_URI[sha256sum] = "9789a5c55728fa7bae374d9fdf1c61095869bdc68561911760879095644c7452" | ||
12 | |||
13 | |||
14 | |||