317b9e9c5f
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>
6 lines
84 B
Prolog
6 lines
84 B
Prolog
SOURCES = wl.cpp
|
|
|
|
CONFIG -= qt
|
|
CONFIG += link_pkgconfig
|
|
PKGCONFIG += wayland-server
|