From 3443483c9efdcfbfe049f96c83f83a5bf1d81e61 Mon Sep 17 00:00:00 2001 From: Oswald Buddenhagen Date: Thu, 29 Sep 2016 15:59:36 +0200 Subject: use modularized platformsupport modules Change-Id: I7883470e22deb089240d86df7dc2d625a107a53e Reviewed-by: Lars Knoll --- src/hardwareintegration/compositor/wayland-egl/wayland-egl.pri | 1 + .../compositor/wayland-egl/waylandeglclientbufferintegration.cpp | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) (limited to 'src/hardwareintegration/compositor') diff --git a/src/hardwareintegration/compositor/wayland-egl/wayland-egl.pri b/src/hardwareintegration/compositor/wayland-egl/wayland-egl.pri index 8dacc130b..f36474890 100644 --- a/src/hardwareintegration/compositor/wayland-egl/wayland-egl.pri +++ b/src/hardwareintegration/compositor/wayland-egl/wayland-egl.pri @@ -8,6 +8,7 @@ INCLUDEPATH += $$PWD } CONFIG += egl +QT += egl_support-private SOURCES += \ $$PWD/waylandeglclientbufferintegration.cpp diff --git a/src/hardwareintegration/compositor/wayland-egl/waylandeglclientbufferintegration.cpp b/src/hardwareintegration/compositor/wayland-egl/waylandeglclientbufferintegration.cpp index 3814442c4..8b87db971 100644 --- a/src/hardwareintegration/compositor/wayland-egl/waylandeglclientbufferintegration.cpp +++ b/src/hardwareintegration/compositor/wayland-egl/waylandeglclientbufferintegration.cpp @@ -49,7 +49,7 @@ #include #include #include -#include +#include #ifndef GL_TEXTURE_EXTERNAL_OES #define GL_TEXTURE_EXTERNAL_OES 0x8D65 -- cgit v1.2.3