diff options
| author | Markus Volk <f_l_k@t-online.de> | 2024-06-10 13:26:05 +0200 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-06-11 11:41:33 +0100 |
| commit | bf511fc2403cdc61f706b34034038bf81f994c3f (patch) | |
| tree | f428f3b1cf24bd743c1d0a76c2c5ab9bc43a8f11 /meta/recipes-graphics/xorg-lib | |
| parent | 7ab949f94c93a76930d31cb9ad921b3a06c8ef2c (diff) | |
| download | poky-bf511fc2403cdc61f706b34034038bf81f994c3f.tar.gz | |
xcb-util-errors: add recipe
This adds xcb-errors which is an optional dependency for wlroots
(From OE-Core rev: 2cbe7abefbb8bdf4881012555661f57d3b90d587)
Signed-off-by: Markus Volk <f_l_k@t-online.de>
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/xcb-util-errors_1.0.1.bb | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/meta/recipes-graphics/xorg-lib/xcb-util-errors_1.0.1.bb b/meta/recipes-graphics/xorg-lib/xcb-util-errors_1.0.1.bb new file mode 100644 index 0000000000..dd76275b67 --- /dev/null +++ b/meta/recipes-graphics/xorg-lib/xcb-util-errors_1.0.1.bb | |||
| @@ -0,0 +1,12 @@ | |||
| 1 | require recipes-graphics/xorg-lib/xcb-util.inc | ||
| 2 | |||
| 3 | SUMMARY = "xcb-util-errors gives human readable names to error codes and event codes" | ||
| 4 | |||
| 5 | DEPENDS += "xcb-util xorgproto" | ||
| 6 | |||
| 7 | export PYTHON="python3" | ||
| 8 | |||
| 9 | LICENSE = "MIT" | ||
| 10 | LIC_FILES_CHKSUM = "file://COPYING;md5=c90ee77011043c608617f5323a523726" | ||
| 11 | |||
| 12 | SRC_URI[sha256sum] = "5628c87b984259ad927bacd8a42958319c36bdf4b065887803c9d820fb80f357" | ||
