[neon] [Bug 362983] KWin does not depend on Qt5Multimedia

Harald Sitter via KDE Bugzilla bugzilla_noreply at kde.org
Fri May 13 07:56:42 UTC 2016


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

Harald Sitter <sitter at kde.org> changed:

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

--- Comment #2 from Harald Sitter <sitter at 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 the assignee for the bug.


More information about the neon mailing list