summaryrefslogtreecommitdiffstats
path: root/src/plugins
diff options
context:
space:
mode:
authorSamuli Piippo <samuli.piippo@qt.io>2018-06-28 11:13:53 +0300
committerPaul Olav Tvete <paul.tvete@qt.io>2018-06-29 09:57:30 +0000
commit4d5af47cd679ef760c4522f731169da08f577483 (patch)
treeb49845997e4a4456387a4281ec4eafd7c61c5118 /src/plugins
parent4e7ad188206baff14d7fe00cc7305fff856869d0 (diff)
Fix static builds with libwayland-egl
There was a naming conflict between the client buffer integration, wayland-egl, and the system library libwayland-egl.so Rename the plugin binary to qt-plugin-wayland-egl to avoid the issue. This commit appends commit 83db09bd0acaafb256880e3a217ed9df0641a00a which did the same for the client plugin Task-number: QTBUG-65652 Change-Id: I245192a9f844945200209cc2e3a9f419c541d33b Reviewed-by: Paul Olav Tvete <paul.tvete@qt.io>
Diffstat (limited to 'src/plugins')
-rw-r--r--src/plugins/hardwareintegration/compositor/wayland-egl/wayland-egl.pro2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/plugins/hardwareintegration/compositor/wayland-egl/wayland-egl.pro b/src/plugins/hardwareintegration/compositor/wayland-egl/wayland-egl.pro
index f22291759..6aecefffd 100644
--- a/src/plugins/hardwareintegration/compositor/wayland-egl/wayland-egl.pro
+++ b/src/plugins/hardwareintegration/compositor/wayland-egl/wayland-egl.pro
@@ -5,6 +5,8 @@ OTHER_FILES += wayland-egl.json
SOURCES += \
main.cpp
+TARGET = qt-plugin-wayland-egl
+
include(../../../../hardwareintegration/compositor/wayland-egl/wayland-egl.pri)
PLUGIN_TYPE = wayland-graphics-integration-server