Skip to content
Snippets Groups Projects
Commit 0a8ff3b3 authored by Laszlo Agocs's avatar Laszlo Agocs
Browse files

Fix for wayland-egl on DRIVE CX


Have to adapt after the changes in qtbase

Task-number: QTBUG-55140
Change-Id: I5b5c981514c7ea2898c631db579d4d7d43975e3d
Reviewed-by: default avatarGiulio Camuffo <giulio.camuffo@kdab.com>
Reviewed-by: default avatarAndy Nichols <andy.nichols@qt.io>
parent 3c4b3e3b
No related branches found
No related tags found
No related merge requests found
......@@ -46,7 +46,6 @@
#include <wayland-egl.h>
#define EGL_EGLEXT_PROTOTYPES
#include <EGL/egl.h>
#include <EGL/eglext.h>
#include <QtPlatformSupport/private/qt_egl_p.h>
#endif // QWAYLANDEGLINCLUDE_H
......@@ -6,6 +6,7 @@ INCLUDEPATH += $$PWD
LIBS += -lwayland-client -lwayland-egl
}
DEFINES += QT_EGL_WAYLAND
CONFIG += egl
QT += platformsupport-private
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment