https://bugs.kde.org/show_bug.cgi?id=362983

Harald Sitter <sit...@kde.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |INVALID
             Status|UNCONFIRMED                 |RESOLVED

--- Comment #2 from Harald Sitter <sit...@kde.org> ---
As confirmed on IRC the relevant QML module is installed by kwin-data.

As far as apt-get build-dep is concerned this is intentional behavior. It
simply installs whatever is listed in the control's Build-Depends field and
that in turn does not include the QML module as it is a runtime dependency. The
build dependency list of the packaging would not include runtime dependencies
to reduce build time from unnecessary dependencies. Also as I pointed out this
would be better detected by KWin's cmakelists if it used purpose's magic cmake
finder for finding qml modules rather than cmake packages (which ultimately
suffer from the same problem anyway; i.e. qtmm-dev wouldn't pull in the qml
module because it is not actually referenced or needed to build qtmm software).

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to