<html>
<body>
<div style="font-family: Verdana, Arial, Helvetica, Sans-Serif;">
<table bgcolor="#f9f3c9" width="100%" cellpadding="12" style="border: 1px #c9c399 solid; border-radius: 6px; -moz-border-radius: 6px; -webkit-border-radius: 6px;">
<tr>
<td>
This is an automatically generated e-mail. To reply, visit:
<a href="https://git.reviewboard.kde.org/r/124697/">https://git.reviewboard.kde.org/r/124697/</a>
</td>
</tr>
</table>
<br />
<table bgcolor="#e0e0e0" width="100%" cellpadding="12" style="border: 1px gray solid; border-radius: 6px; -moz-border-radius: 6px; -webkit-border-radius: 6px;">
<tr>
<td>
<h1 style="margin: 0; padding: 0; font-size: 10pt;">This change has been marked as submitted.</h1>
</td>
</tr>
</table>
<br />
<table bgcolor="#fefadf" width="100%" cellspacing="0" cellpadding="12" style="border: 1px #888a85 solid; border-radius: 6px; -moz-border-radius: 6px; -webkit-border-radius: 6px;">
<tr>
<td>
<div>Review request for kwin and Plasma.</div>
<div>By Martin Gräßlin.</div>
<p style="color: grey;"><i>Updated Aug. 12, 2015, 9:39 a.m.</i></p>
<h1 style="color: #575012; font-size: 10pt; margin-top: 1.5em;">Changes</h1>
<table width="100%" bgcolor="#ffffff" cellspacing="0" cellpadding="10" style="border: 1px solid #b8b5a0">
<tr>
<td>
<pre style="margin: 0; padding: 0; white-space: pre-wrap; white-space: -moz-pre-wrap; white-space: -pre-wrap; white-space: -o-pre-wrap; word-wrap: break-word;">Submitted with commit 5d946e37629b56be5b57931c1a3f0463dc8bd913 by Martin Gräßlin to branch master.</pre>
</td>
</tr>
</table>
<div style="margin-top: 1.5em;">
<b style="color: #575012; font-size: 10pt;">Repository: </b>
kwin
</div>
<h1 style="color: #575012; font-size: 10pt; margin-top: 1.5em;">Description </h1>
<table width="100%" bgcolor="#ffffff" cellspacing="0" cellpadding="10" style="border: 1px solid #b8b5a0">
<tr>
<td>
<pre style="margin: 0; padding: 0; white-space: pre-wrap; white-space: -moz-pre-wrap; white-space: -pre-wrap; white-space: -o-pre-wrap; word-wrap: break-word;">As discussed on release-team ml [1] the following dependencies are
mandatory:
* KF5Wayland
* Wayland::Cursor
* Wayland::Egl
* xkbcommon
[1] https://mail.kde.org/pipermail/release-team/2015-July/008725.html
Drop cmakedefine HAVE_XKB
No longer needed, we always depend on xkbcommon now.
Drop cmakedefine HAVE_WAYLAND_CURSOR
Now a required build-dep.
Drop cmakedefine HAVE_WAYLAND
Now a required build dependency.
Drop cmakedefine HAVE_WAYLAND_EGL
Now a required build dependency.
Make X11_XCB a build dependency of X11 windowed backend
Let's rather not build the plugin if we don't have the dependency
then building it without OpenGL support. Simplifies the code a bit
and makes the backend overall more useful and goes along with e.g.
the Wayland one which has EGL also as a hard dependency for the
plugin.</pre>
</td>
</tr>
</table>
<h1 style="color: #575012; font-size: 10pt; margin-top: 1.5em;">Diffs</b> </h1>
<ul style="margin-left: 3em; padding-left: 0;">
<li>CMakeLists.txt <span style="color: grey">(056801feaa40b8bc24e56b5d132a3e02e66b6782)</span></li>
<li>abstract_backend.cpp <span style="color: grey">(28564e3e03a68f78c58d351b0a2eb1f66a088879)</span></li>
<li>abstract_client.cpp <span style="color: grey">(45976224394a8a467836bbe72596057446c95051)</span></li>
<li>abstract_egl_backend.h <span style="color: grey">(c266521d3a870b4bd110435fa6c5f8e5d4e72e33)</span></li>
<li>abstract_egl_backend.cpp <span style="color: grey">(5ef3adaa7216c314b56c594167805da232f6a499)</span></li>
<li>backends/CMakeLists.txt <span style="color: grey">(809ac64edbce6df001c22395a9a991d324008d92)</span></li>
<li>backends/wayland/CMakeLists.txt <span style="color: grey">(7f643df2e13bc40172ea3ed5140b9aea5563b0b6)</span></li>
<li>backends/wayland/wayland_backend.cpp <span style="color: grey">(57a805eafa470e1fb06cd318bf557c0cd5c2e38c)</span></li>
<li>backends/x11/CMakeLists.txt <span style="color: grey">(9ce72fad1a7800f7e9b0c085a363f8eb256b7d24)</span></li>
<li>backends/x11/x11windowed_backend.cpp <span style="color: grey">(95a5b70ecfa32358af934950f2c723cd9b8a03af)</span></li>
<li>composite.cpp <span style="color: grey">(1db4790b50d99401c175e90852f5e4958f53fc8c)</span></li>
<li>config-kwin.h.cmake <span style="color: grey">(6128c0ccae23453e2f5cf2918dee0d733aaec4d9)</span></li>
<li>effects.cpp <span style="color: grey">(81c6ede571f6f995eee62e999633bcbc07599914)</span></li>
<li>events.cpp <span style="color: grey">(3ce3f917c9a7854613244dd36cf0dc27e908d559)</span></li>
<li>geometry.cpp <span style="color: grey">(f63e85165b9e6c605e5ed740bb61f1ec02acecc7)</span></li>
<li>input.h <span style="color: grey">(c9ef924737b542b9d844fcb8e5b4989e02bf812d)</span></li>
<li>input.cpp <span style="color: grey">(3e464486aa56a7edaa36371747b6c158a03c96c2)</span></li>
<li>layers.cpp <span style="color: grey">(d8328ccafd89706eb463f5dd120b82b7288c86bb)</span></li>
<li>scene.h <span style="color: grey">(9e41cccc2da1d0a9c54adf9d3f412aeb1eece0b3)</span></li>
<li>scene.cpp <span style="color: grey">(09b7ec4a3d5a0af3b976657f9b035a5bfecdc8f3)</span></li>
<li>scene_opengl.cpp <span style="color: grey">(3e9b849ea7e6884386944188d9d6f4d38d74090f)</span></li>
<li>scene_qpainter.cpp <span style="color: grey">(e6829138f00f4529bf13b3733f34b0e694056e9a)</span></li>
<li>screens.cpp <span style="color: grey">(226a2eca05d386b7f8b778b21019dc2d976c1197)</span></li>
<li>scripting/scripting_model.cpp <span style="color: grey">(8b595f7c2ba3132bb574c48bae6d4823d9bc0366)</span></li>
<li>shadow.cpp <span style="color: grey">(56bc97f91c204ec14d8eb8dc6ac5a4ac253e3436)</span></li>
<li>thumbnailitem.cpp <span style="color: grey">(8b984558720ea974afb91aa55269ae514b44479f)</span></li>
<li>toplevel.h <span style="color: grey">(eb46eb4f7571fbde8034308903cd730af2b17854)</span></li>
<li>toplevel.cpp <span style="color: grey">(4740c8f873439dd6ce08d99de7ee8028ec52ebfe)</span></li>
<li>workspace.cpp <span style="color: grey">(9568b83b04112c28cd99ec60d472d5944a9d7f1b)</span></li>
</ul>
<p><a href="https://git.reviewboard.kde.org/r/124697/diff/" style="margin-left: 3em;">View Diff</a></p>
</td>
</tr>
</table>
</div>
</body>
</html>