Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 929969 | Differences between
and this patch

Collapse All | Expand All

(-)a/files/plasma-desktop-5.90.0-override-include-dirs.patch (-4 / +1 lines)
Lines 72-84 diff --git a/kcms/mouse/CMakeLists.txt b Link Here
72
index 639981380..2c9009061 100644
72
index 639981380..2c9009061 100644
73
--- a/kcms/mouse/CMakeLists.txt
73
--- a/kcms/mouse/CMakeLists.txt
74
+++ b/kcms/mouse/CMakeLists.txt
74
+++ b/kcms/mouse/CMakeLists.txt
75
@@ -32,12 +32,6 @@ if (BUILD_KCM_MOUSE_KWIN_WAYLAND)
75
@@ -32,9 +32,6 @@ if (BUILD_KCM_MOUSE_KWIN_WAYLAND)
76
 endif()
76
 endif()
77
 
77
 
78
 if (BUILD_KCM_MOUSE_X11)
78
 if (BUILD_KCM_MOUSE_X11)
79
-    if (NOT EVDEV_FOUND)
80
-        list(APPEND MISSING_DEPS "xorg-evdev")
81
-    endif()
82
-    if (NOT XORGLIBINPUT_FOUND)
79
-    if (NOT XORGLIBINPUT_FOUND)
83
-        list(APPEND MISSING_DEPS "xorg-libinput")
80
-        list(APPEND MISSING_DEPS "xorg-libinput")
84
-    endif()
81
-    endif()

Return to bug 929969