On Friday 18 February 2011, [email protected] wrote: > ext Martin Gräßlin <[email protected]> writes: > >> What additional deps does this introduce? > > > > I don't know exactly what MeeGo already includes but in general KWin does > > not have many dependencies. From our CMakeLists I see that we link the > > following > > > > libraries: > > * KDE4_KDEUI_LIBS > > * KDE4_PLASMA_LIBS > > We have KDEUI libraries in the 'kdemobile' package, Plasma is currently > disabled, but can be easily enabled. We can test on cobs or in my home > on build.meego.com how much we need to enable to get KWin working, in > case there's a chance to get it included in 1.3.
in plasma, we are now working on some things based on qml (yes, the plasma desktop is moving to be completely qml based as well) so what plasma does becomes basically higher level things, not done by qml because it's a low level (even tough really a good one) tool, such as svg based theming (and that's one of the things KWin relies upon), plugin based data fetching for the visualizations (both qml based or not), packaging system for loading themes and plasmoids, that can load different QML files for device specific usage of a particular plasmoid and things like that. I've just crammed some stuff without going too much in details, so doesn't tell too much, but we're planning to do some more detailed announcement on things to come there, from mobile/touchscreen related work to symbols/size reductions, so stay tuned. Cheers, Marco Martin _______________________________________________ MeeGo-dev mailing list [email protected] http://lists.meego.com/listinfo/meego-dev http://wiki.meego.com/Mailing_list_guidelines
