From b7efdd771aad99c9a6509a5f85a80a1f7cfd55f3 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Fri, 30 Jun 2023 19:43:35 +0100 Subject: gentoo auto-resync : 30:06:2023 - 19:43:35 --- .../files/chromium-114-remove-evdev-dep.patch | 35 ++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 www-client/chromium/files/chromium-114-remove-evdev-dep.patch (limited to 'www-client/chromium/files') diff --git a/www-client/chromium/files/chromium-114-remove-evdev-dep.patch b/www-client/chromium/files/chromium-114-remove-evdev-dep.patch new file mode 100644 index 000000000000..61d09d341adc --- /dev/null +++ b/www-client/chromium/files/chromium-114-remove-evdev-dep.patch @@ -0,0 +1,35 @@ +This patch removes the dependency on libevdev from remoting/host. + +According to sultan it's not (currently(?)) used so we can avoid that dependency. + +--- a/remoting/host/BUILD.gn ++++ b/remoting/host/BUILD.gn +@@ -241,10 +241,6 @@ if (is_linux) { + pkg_config("xkbcommon") { + packages = [ "xkbcommon" ] + } +- +- pkg_config("libevdev") { +- packages = [ "libevdev" ] +- } + } + + # This must be a static library instead of a source set because +@@ -572,7 +572,6 @@ static_library("common") { + "x11_display_util.cc", + "x11_display_util.h", + ] +- configs += [ ":libevdev" ] + libs += [ "//third_party/libei/lib64/libei.a" ] + public_deps += [ + "//third_party/wayland:wayland_client", +--- a/remoting/host/linux/remote_desktop_portal_injector.cc ++++ b/remoting/host/linux/remote_desktop_portal_injector.cc +@@ -9,7 +9,6 @@ + #include + #include + +-#include + #include + + #include "base/check.h" -- cgit v1.2.3