https://bugs.kde.org/show_bug.cgi?id=519107
--- Comment #10 from Noah Davis <[email protected]> --- As it turns out, we made a mistake in KQuickImageEditor's CMakeLists.txt file. We forgot to put REQUIRED in the part that searches for OpenCV. If OpenCV is already installed in the build environment, then it will be used, but distros often don't put packages into their build environments unless they're required. If OpenCV is not available, there is a message about how not using OpenCV will make the blur worse. I suppose Debian packagers didn't see that or didn't think it was important enough to build with OpenCV when we didn't mark it as required. -- You are receiving this mail because: You are watching all bug changes.
