Andrew Geissler | 220dafd | 2023-10-04 10:18:08 -0500 | [diff] [blame] | 1 | SUMMARY = "libei is a library for Emulated Input, primarily aimed at the Wayland stack." |
| 2 | HOMEPAGE = "https://gitlab.freedesktop.org/libinput/libei" |
| 3 | SECTION = "graphics" |
| 4 | LICENSE = "MIT" |
| 5 | |
| 6 | LIC_FILES_CHKSUM = "file://COPYING;md5=a98fa76460f96f41696611d6f07e8d49" |
| 7 | |
| 8 | DEPENDS = " \ |
| 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 | |
| 17 | SRC_URI = "git://gitlab.freedesktop.org/libinput/libei.git;protocol=https;branch=main" |
| 18 | |
| 19 | S = "${WORKDIR}/git" |
Patrick Williams | 169d7bc | 2024-01-05 11:33:25 -0600 | [diff] [blame] | 20 | SRCREV = "493631688437657a87e9169a76f14a3216c0024f" |
Andrew Geissler | 220dafd | 2023-10-04 10:18:08 -0500 | [diff] [blame] | 21 | |
| 22 | inherit meson pkgconfig |
| 23 | |
| 24 | EXTRA_OEMESON = "-Dtests=disabled" |
| 25 | |