From 591b753c170e8f72746cd35b11863af9755e7900 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Tue, 7 Jan 2025 17:01:21 +0800 Subject: xf86-input-synaptics: upgrade 1.9.2 -> 1.10.0 (From OE-Core rev: 6c115c68a0c508446f46a68146d470fda570a964) Signed-off-by: Wang Mingyu Signed-off-by: Alexandre Belloni Signed-off-by: Richard Purdie --- .../xorg-driver/xf86-input-synaptics_1.10.0.bb | 17 +++++++++++++++++ .../xorg-driver/xf86-input-synaptics_1.9.2.bb | 17 ----------------- 2 files changed, 17 insertions(+), 17 deletions(-) create mode 100644 meta/recipes-graphics/xorg-driver/xf86-input-synaptics_1.10.0.bb delete mode 100644 meta/recipes-graphics/xorg-driver/xf86-input-synaptics_1.9.2.bb diff --git a/meta/recipes-graphics/xorg-driver/xf86-input-synaptics_1.10.0.bb b/meta/recipes-graphics/xorg-driver/xf86-input-synaptics_1.10.0.bb new file mode 100644 index 0000000000..09b6f6c966 --- /dev/null +++ b/meta/recipes-graphics/xorg-driver/xf86-input-synaptics_1.10.0.bb @@ -0,0 +1,17 @@ +require xorg-driver-input.inc + +SUMMARY = "X.Org X server -- synaptics touchpad input driver" + +DESCRIPTION = "synaptics is an Xorg input driver for the touchpads from \ +Synaptics Incorporated. Even though these touchpads (by default, \ +operating in a compatibility mode emulating a standard mouse) can be \ +handled by the normal evdev or mouse drivers, this driver allows more \ +advanced features of the touchpad to become available." + +LIC_FILES_CHKSUM = "file://COPYING;md5=55aacd3535a741824955c5eb8f061398" + +SRC_URI[sha256sum] = "e0c26adb068edd0869f87a87f5e9127922d61c0265d7692a247a91a5cc1bb5c2" + +DEPENDS += "libxi mtdev libxtst libevdev" + +XORG_DRIVER_COMPRESSOR = ".tar.xz" diff --git a/meta/recipes-graphics/xorg-driver/xf86-input-synaptics_1.9.2.bb b/meta/recipes-graphics/xorg-driver/xf86-input-synaptics_1.9.2.bb deleted file mode 100644 index 8e446290b2..0000000000 --- a/meta/recipes-graphics/xorg-driver/xf86-input-synaptics_1.9.2.bb +++ /dev/null @@ -1,17 +0,0 @@ -require xorg-driver-input.inc - -SUMMARY = "X.Org X server -- synaptics touchpad input driver" - -DESCRIPTION = "synaptics is an Xorg input driver for the touchpads from \ -Synaptics Incorporated. Even though these touchpads (by default, \ -operating in a compatibility mode emulating a standard mouse) can be \ -handled by the normal evdev or mouse drivers, this driver allows more \ -advanced features of the touchpad to become available." - -LIC_FILES_CHKSUM = "file://COPYING;md5=55aacd3535a741824955c5eb8f061398" - -SRC_URI[sha256sum] = "b8fa4aab913fc63754bbd6439e020658c412743a055201ddf212760593962c38" - -DEPENDS += "libxi mtdev libxtst libevdev" - -XORG_DRIVER_COMPRESSOR = ".tar.xz" -- cgit v1.2.3-54-g00ecf