summaryrefslogtreecommitdiffstats
path: root/config.tests/qpa/wayland-server/wayland-server.pro
diff options
context:
space:
mode:
authorPaul Olav Tvete <paul.tvete@theqtcompany.com>2015-10-29 14:11:29 +0100
committerLaszlo Agocs <laszlo.agocs@theqtcompany.com>2015-11-02 09:43:29 +0000
commit317b9e9c5fd4ba318658cce2bdef3ef82e1dd288 (patch)
tree9063161f48fe4082f6c73b591bb7aeabc2f90cc3 /config.tests/qpa/wayland-server/wayland-server.pro
parentab1a5f10039429e9114cd905716b31bbec601d60 (diff)
Support for Wayland servers on i.MX6
A wayland compositor on i.MX6 needs to create the wl_display before creating the EGL display. This wl_display then needs to be exposed so that QWaylandCompositor can use it. Change-Id: Id60f6dd2fbba05140ca0671da6f17dbc2ecce3a3 Reviewed-by: Laszlo Agocs <laszlo.agocs@theqtcompany.com>
Diffstat (limited to 'config.tests/qpa/wayland-server/wayland-server.pro')
-rw-r--r--config.tests/qpa/wayland-server/wayland-server.pro5
1 files changed, 5 insertions, 0 deletions
diff --git a/config.tests/qpa/wayland-server/wayland-server.pro b/config.tests/qpa/wayland-server/wayland-server.pro
new file mode 100644
index 0000000000..c07740d20f
--- /dev/null
+++ b/config.tests/qpa/wayland-server/wayland-server.pro
@@ -0,0 +1,5 @@
+SOURCES = wl.cpp
+
+CONFIG -= qt
+CONFIG += link_pkgconfig
+PKGCONFIG += wayland-server