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 (-1 / +2 lines)
Lines 22-34 diff --git a/CMakeLists.txt b/CMakeLists Link Here
22
index b8868a130..ea950b050 100644
22
index b8868a130..ea950b050 100644
23
--- a/CMakeLists.txt
23
--- a/CMakeLists.txt
24
+++ b/CMakeLists.txt
24
+++ b/CMakeLists.txt
25
@@ -224,16 +224,10 @@ set_package_properties(XCB PROPERTIES TYPE REQUIRED)
25
@@ -224,17 +224,11 @@ set_package_properties(XCB PROPERTIES TYPE REQUIRED)
26
 add_feature_info("XCB-XKB" XCB_XKB_FOUND "Required for building kcm/keyboard")
26
 add_feature_info("XCB-XKB" XCB_XKB_FOUND "Required for building kcm/keyboard")
27
 add_feature_info("libxft" X11_Xft_FOUND "X FreeType interface library required for font installation")
27
 add_feature_info("libxft" X11_Xft_FOUND "X FreeType interface library required for font installation")
28
 
28
 
29
-pkg_check_modules(XORGLIBINPUT xorg-libinput IMPORTED_TARGET)
29
-pkg_check_modules(XORGLIBINPUT xorg-libinput IMPORTED_TARGET)
30
-pkg_check_modules(EVDEV xorg-evdev>=2.8.99.1 IMPORTED_TARGET)
30
-pkg_check_modules(EVDEV xorg-evdev>=2.8.99.1 IMPORTED_TARGET)
31
-pkg_check_modules(XORGSERVER xorg-server IMPORTED_TARGET)
31
-pkg_check_modules(XORGSERVER xorg-server IMPORTED_TARGET)
32
 pkg_check_modules(XKBREGISTRY xkbregistry REQUIRED IMPORTED_TARGET)
32
+include(config-gentoo.cmake)
33
+include(config-gentoo.cmake)
33
 
34
 
34
 ecm_find_qmlmodule(org.kde.pipewire 0.1)
35
 ecm_find_qmlmodule(org.kde.pipewire 0.1)

Return to bug 929969