https://bugs.kde.org/show_bug.cgi?id=462660
Bug ID: 462660
Summary: kwin commit a6a022f00 breaks build:
src/group.cpp:11:10 KX11Extras: No such file or
directory
Classification: Plasma
Product: kwin
Version: git master
Platform: Other
OS: Other
Status: REPORTED
Severity: normal
Priority: NOR
Component: core
Assignee: [email protected]
Reporter: [email protected]
Target Milestone: ---
On git master using gentoo/kde's live-git ebuilds.
commit a6a022f00
Author: Nicolas Fella [snipped email]
AuthorDate: Thu Dec 1 02:15:26 2022 +0100
Commit: Vlad Zahorodnii [snipped email
CommitDate: Thu Dec 1 08:08:54 2022 +0000
Port away from deprecated KWindowSystem API
... breaks the build with #Include <KX11Extras> on line 18.
Additional information: I no longer have an independent X/xorg installed, only
xwayland, and am gradually reducing the number of installed X-related
dependencies as they become optional (USE=-X in gentoo-speak). Presumably
KX11Extras is a (previously) optional X-related component that I have turned
off. Preferably it'd be optional here too, but regardless, there's apparently
no cmake find for it here or I'd be getting that error instead of the build
error:
FAILED: src/CMakeFiles/kwin.dir/group.cpp.o
...
src/group.cpp:18:10: fatal error: KX11Extras: No such file or directory
18 | #include <KX11Extras>
| ^~~~~~~~~~~~
compilation terminated.
--
You are receiving this mail because:
You are watching all bug changes.