This one is originally coming from Solid, but there are several more copies
in our repositories (plasma-desktop, kwin, powerdevil, etc).
Details
Details
- Reviewers
krop - Commits
- R240:8999b7bd6f6d: Add UDev find module
Diff Detail
Diff Detail
- Repository
- R240 Extra CMake Modules
- Lint
Automatic diff as part of commit; lint not applicable. - Unit
Automatic diff as part of commit; unit tests not applicable.
Comment Actions
We probably need to set uppercase variables for the moment. plasma-desktop and powerdevil include the ECM modules dir before their local copy, so any older release would fail to build with ECM >= 5.57
find-modules/FindUDev.cmake | ||
---|---|---|
25 | Since 5.57 |
Comment Actions
Just tested. powerdevil fails to link and HAVE_UDEV is #undef'ed in config-keyboard.h from plasma-desktop. We need compat variables until KF6.
find-modules/FindUDev.cmake | ||
---|---|---|
87 | mark_as_advanced(UDEV_FOUND UDEV_LIBS UDEV_INCLUDE_DIR) |