summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-graphics/wayland/libei_1.2.0.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-graphics/wayland/libei_1.2.0.bb')
-rw-r--r--meta-oe/recipes-graphics/wayland/libei_1.2.0.bb25
1 files changed, 25 insertions, 0 deletions
diff --git a/meta-oe/recipes-graphics/wayland/libei_1.2.0.bb b/meta-oe/recipes-graphics/wayland/libei_1.2.0.bb
new file mode 100644
index 000000000..aba49de7e
--- /dev/null
+++ b/meta-oe/recipes-graphics/wayland/libei_1.2.0.bb
@@ -0,0 +1,25 @@
1SUMMARY = "libei is a library for Emulated Input, primarily aimed at the Wayland stack."
2HOMEPAGE = "https://gitlab.freedesktop.org/libinput/libei"
3SECTION = "graphics"
4LICENSE = "MIT"
5
6LIC_FILES_CHKSUM = "file://COPYING;md5=a98fa76460f96f41696611d6f07e8d49"
7
8DEPENDS = " \
9 libxkbcommon \
10 libevdev \
11 libxslt-native \
12 python3-attrs-native \
13 python3-jinja2-native \
14 ${@bb.utils.contains('DISTRO_FEATURES', 'systemd', 'systemd', 'basu', d)} \
15"
16
17SRC_URI = "git://gitlab.freedesktop.org/libinput/libei.git;protocol=https;branch=main"
18
19S = "${WORKDIR}/git"
20SRCREV = "493631688437657a87e9169a76f14a3216c0024f"
21
22inherit meson pkgconfig
23
24EXTRA_OEMESON = "-Dtests=disabled"
25