From 03d900543520feb25084eb92ac6ef137fda34612 Mon Sep 17 00:00:00 2001 From: Markus Volk Date: Tue, 25 Feb 2025 02:01:14 +0100 Subject: libei: update 1.3.0 -> 1.4.0 Signed-off-by: Markus Volk Signed-off-by: Khem Raj --- meta-oe/recipes-graphics/wayland/libei_1.3.0.bb | 25 ------------------------- meta-oe/recipes-graphics/wayland/libei_1.4.0.bb | 25 +++++++++++++++++++++++++ 2 files changed, 25 insertions(+), 25 deletions(-) delete mode 100644 meta-oe/recipes-graphics/wayland/libei_1.3.0.bb create mode 100644 meta-oe/recipes-graphics/wayland/libei_1.4.0.bb (limited to 'meta-oe/recipes-graphics') diff --git a/meta-oe/recipes-graphics/wayland/libei_1.3.0.bb b/meta-oe/recipes-graphics/wayland/libei_1.3.0.bb deleted file mode 100644 index ee3ee01c7d..0000000000 --- a/meta-oe/recipes-graphics/wayland/libei_1.3.0.bb +++ /dev/null @@ -1,25 +0,0 @@ -SUMMARY = "libei is a library for Emulated Input, primarily aimed at the Wayland stack." -HOMEPAGE = "https://gitlab.freedesktop.org/libinput/libei" -SECTION = "graphics" -LICENSE = "MIT" - -LIC_FILES_CHKSUM = "file://COPYING;md5=a98fa76460f96f41696611d6f07e8d49" - -DEPENDS = " \ - libxkbcommon \ - libevdev \ - libxslt-native \ - python3-attrs-native \ - python3-jinja2-native \ - ${@bb.utils.contains('DISTRO_FEATURES', 'systemd', 'systemd', 'basu', d)} \ -" - -SRC_URI = "git://gitlab.freedesktop.org/libinput/libei.git;protocol=https;branch=main" - -S = "${WORKDIR}/git" -SRCREV = "997b7c0f37faea4f8bae59613c8f27370925d5b0" - -inherit meson pkgconfig - -EXTRA_OEMESON = "-Dtests=disabled" - diff --git a/meta-oe/recipes-graphics/wayland/libei_1.4.0.bb b/meta-oe/recipes-graphics/wayland/libei_1.4.0.bb new file mode 100644 index 0000000000..40e8015116 --- /dev/null +++ b/meta-oe/recipes-graphics/wayland/libei_1.4.0.bb @@ -0,0 +1,25 @@ +SUMMARY = "libei is a library for Emulated Input, primarily aimed at the Wayland stack." +HOMEPAGE = "https://gitlab.freedesktop.org/libinput/libei" +SECTION = "graphics" +LICENSE = "MIT" + +LIC_FILES_CHKSUM = "file://COPYING;md5=a98fa76460f96f41696611d6f07e8d49" + +DEPENDS = " \ + libxkbcommon \ + libevdev \ + libxslt-native \ + python3-attrs-native \ + python3-jinja2-native \ + ${@bb.utils.contains('DISTRO_FEATURES', 'systemd', 'systemd', 'basu', d)} \ +" + +SRC_URI = "git://gitlab.freedesktop.org/libinput/libei.git;protocol=https;branch=main" + +S = "${WORKDIR}/git" +SRCREV = "5d6d8e6590df210b75559a889baa9459c68d9366" + +inherit meson pkgconfig + +EXTRA_OEMESON = "-Dtests=disabled" + -- cgit v1.2.3-54-g00ecf