diff options
| author | Alexander Kanavin <alex.kanavin@gmail.com> | 2023-06-25 23:22:35 +0200 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-06-27 16:23:40 +0100 |
| commit | bbe2fd33e99f8c8819d3462c124734c0c38c5fbd (patch) | |
| tree | 46cc5f007f4f31156f55e6e6a4acbed22283f9e1 /meta/recipes-graphics | |
| parent | e2c2ce47f79505cbc9c2489f71b0817a1aa37b89 (diff) | |
| download | poky-bbe2fd33e99f8c8819d3462c124734c0c38c5fbd.tar.gz | |
xcb-util-cursor: add a recipe from meta-oe
This is a requirement of weston 12.x when xwayland is enabled.
(From OE-Core rev: 4f6a7d77dd0fed8b13883f30a58ff6e0abe5601d)
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics')
| -rw-r--r-- | meta/recipes-graphics/xorg-lib/xcb-util-cursor_0.1.4.bb | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/meta/recipes-graphics/xorg-lib/xcb-util-cursor_0.1.4.bb b/meta/recipes-graphics/xorg-lib/xcb-util-cursor_0.1.4.bb new file mode 100644 index 0000000000..047697845c --- /dev/null +++ b/meta/recipes-graphics/xorg-lib/xcb-util-cursor_0.1.4.bb | |||
| @@ -0,0 +1,10 @@ | |||
| 1 | require recipes-graphics/xorg-lib/xcb-util.inc | ||
| 2 | |||
| 3 | SUMMARY = "XCB port of libXcursor" | ||
| 4 | |||
| 5 | DEPENDS += "xcb-util xcb-util-renderutil xcb-util-image" | ||
| 6 | |||
| 7 | LICENSE = "MIT" | ||
| 8 | LIC_FILES_CHKSUM = "file://COPYING;md5=ce469b61c70ff8d7cce0547476891974" | ||
| 9 | |||
| 10 | SRC_URI[sha256sum] = "28dcfe90bcab7b3561abe0dd58eb6832aa9cc77cfe42fcdfa4ebe20d605231fb" | ||
