summaryrefslogtreecommitdiffstats
path: root/src/hardwareintegration/compositor/wayland-egl/wayland-egl.pri
diff options
context:
space:
mode:
Diffstat (limited to 'src/hardwareintegration/compositor/wayland-egl/wayland-egl.pri')
-rw-r--r--src/hardwareintegration/compositor/wayland-egl/wayland-egl.pri6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/hardwareintegration/compositor/wayland-egl/wayland-egl.pri b/src/hardwareintegration/compositor/wayland-egl/wayland-egl.pri
index 2d4771a2a..8dacc130b 100644
--- a/src/hardwareintegration/compositor/wayland-egl/wayland-egl.pri
+++ b/src/hardwareintegration/compositor/wayland-egl/wayland-egl.pri
@@ -2,11 +2,13 @@ INCLUDEPATH += $$PWD
!contains(QT_CONFIG, no-pkg-config) {
CONFIG += link_pkgconfig
- PKGCONFIG += wayland-server wayland-egl egl
+ PKGCONFIG += wayland-server wayland-egl
} else {
- LIBS += -lwayland-egl -lwayland-server -lEGL
+ LIBS += -lwayland-egl -lwayland-server
}
+CONFIG += egl
+
SOURCES += \
$$PWD/waylandeglclientbufferintegration.cpp