Summary: | kwin-5.6.95 fails to build with kwayland-5.22.0 | ||
---|---|---|---|
Product: | [Plasma] kwin | Reporter: | Alexander Potashev <aspotashev> |
Component: | general | Assignee: | KWin default assignee <kwin-bugs-null> |
Status: | RESOLVED NOT A BUG | ||
Severity: | normal | ||
Priority: | NOR | ||
Version First Reported In: | 5.6.95 | ||
Target Milestone: | --- | ||
Platform: | Gentoo Packages | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Alexander Potashev
2016-06-30 13:06:46 UTC
(In reply to Martin Gräßlin from comment #1) > see > https://quickgit.kde.org/?p=kwin. > git&a=commit&h=bf2241e78e04fe3f4f877f29e8d17e9829c35a86 That does not fix the problem because the variable KF5_MIN_VERSION is not used in "find_package(KF5Wayland CONFIG REQUIRED)". Frameworks are one product. Frameworks do not support version mixing. KWin correctly specifies the dependency to frameworks 5.23 for all frameworks except KWayland. Given that frameworks don't support version mixing, there is nothing wrong from KWin side. This makes this bug report invalid and won't be changed for the Plasma 5.7 release. For master I'm going to move the finding of KWayland to the other framework sections. Git commit d9d70cbaafc929d68c96ac088f2e8df0fa4ba6a3 by Martin Gräßlin. Committed on 01/07/2016 at 05:54. Pushed by graesslin into branch 'master'. Find KF5Wayland together with other frameworks M +1 -4 CMakeLists.txt http://commits.kde.org/kwin/d9d70cbaafc929d68c96ac088f2e8df0fa4ba6a3 |