summaryrefslogtreecommitdiffstats
path: root/qtwayland.pro
Commit message (Collapse)AuthorAgeFilesLines
* Config test for drm_egl_serverJorgen Lind2014-01-061-0/+1
| | | | | | Change-Id: Ib0ae4683374c2fd0c7386863ffb3c207605dc1e2 Reviewed-by: Jan Arne Petersen <jan.petersen@kdab.com> Reviewed-by: Laszlo Agocs <laszlo.agocs@digia.com>
* Update error text to match required Wayland versionAndrew Knight2013-07-291-1/+1
| | | | | | | | | The required Wayland version was updated to 1.1, but the top-level error message was not updated to reflect this. Change-Id: Ifc1c7552a4a38986685c214e24241704fd774e11 Reviewed-by: Jan Arne Petersen <jan.petersen@kdab.com> Reviewed-by: Paul Olav Tvete <paul.tvete@digia.com>
* xkbcommon should not be a mandatory dependencyMikko Levonmaa2013-05-131-1/+1
| | | | | | | | Not all platforms that use qtwayland depend on xkbcommon to be present for them to be functional Change-Id: I9dcc8f661f7d6035f405420d9d4733b52c77112e Reviewed-by: Andy Nichols <andy.nichols@digia.com>
* Set required Wayland version to 1.0.3 or higherAndy Nichols2013-03-021-1/+1
| | | | | | | | We need this version to support the changes made for threaded Wayland event processing. Change-Id: I64babb4e21c3581feb5db843539f85539011c1e6 Reviewed-by: Jørgen Lind <jorgen.lind@gmail.com>
* Require xkbcommon and wayland-scanner to buildAndy Nichols2013-02-011-2/+15
| | | | | Change-Id: I83066c632c5dec9599d7261a2f353ef4749a19da Reviewed-by: Jørgen Lind <jorgen.lind@gmail.com>
* Cleanup QtWayland moduleAndy Nichols2012-12-031-0/+5
| | | | | | | | | | | | | | | | | | | | | | | Now that both xkbcommon 0.2.0 and libWayland 1.0.0 have been released, we should no longer be building against sha1's and should be preparing for an eventual release so these build hints have been removed. A test has been added for libWayland 1.0.0 which is required to build QtWayland. README has been updated to reflect the current situation src/3rdparty has been removed as it has not been used in some time. patches folder and contents have been removed as they are no longer needed. extensions folder has been moved to the src folder Change-Id: Iab79b5c164758a4bd0253c90f60b2a2d044e2785 Reviewed-by: Paul Olav Tvete <paul.tvete@digia.com> Reviewed-by: Samuel Rødal <samuel.rodal@digia.com>
* Config tests for gl integrationJorgen Lind2012-07-171-0/+4
| | | | | Change-Id: Ie7d80e7591d11aa5df87ca5d5de4cd6c03928c83 Reviewed-by: Paul Olav Tvete <paul.tvete@nokia.com>
* use centralized handling of QT_BUILD_PARTSOswald Buddenhagen2012-07-111-24/+1
| | | | | Change-Id: I3cf1aeeec697f39ec5fa21fe84731b12c36d54f1 Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
* switch to new-style configure testsOswald Buddenhagen2012-06-271-0/+4
| | | | | Change-Id: I70f4f4e81a042a977748dbb42b069b3706829828 Reviewed-by: Joerg Bornemann <joerg.bornemann@nokia.com>
* Fix "make install" to not build examples and testsAndy Nichols2012-06-061-1/+2
| | | | | | | | Before this commit, make install would always end up building the examples and tests, even if qtbase was configured not to. Change-Id: I898e1125a343a8e2749a055f4bd886256026de9d Reviewed-by: Samuel Rødal <samuel.rodal@nokia.com>
* Make the module not depend on QtBase configureJørgen Lind2012-03-121-9/+17
| | | | | | | | This is convenient if we want to reconfigure without reconfiguring QtBase. Change-Id: I719ba0d89905287a557e962ed6d804514e44b7f5 Reviewed-by: Laszlo Agocs <laszlo.p.agocs@nokia.com>
* Added auto-test for WaylandCompositor.Samuel Rødal2012-03-051-1/+2
| | | | | Change-Id: I2fda66c30736218ee847d9f6827709507c84c301 Reviewed-by: Laszlo Agocs <laszlo.p.agocs@nokia.com>
* Make wayland actually a moduleJørgen Lind2011-12-071-1/+13
| | | | | | | | | Also fix so that QtCompositor can be built as shared object. + fix so that the default QT_WAYLAND_GL_CONFIG is wayland_egl Change-Id: I02b72e99286584426bd37ab2d00bbc84af11efdc Reviewed-by: Laszlo Agocs <laszlo.p.agocs@nokia.com>
* Rename qt-compositor.pro -> qtwayland.proRohan McGovern2011-09-301-0/+2
Follow the typical qmake naming scheme of <directoryname>.pro. Change-Id: I4dce85d1f64a9385079a675dfc1e8e1f31483a15 Reviewed-on: http://codereview.qt-project.org/5760 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Paul Olav Tvete <paul.tvete@nokia.com>