From 4d5af47cd679ef760c4522f731169da08f577483 Mon Sep 17 00:00:00 2001 From: Samuli Piippo Date: Thu, 28 Jun 2018 11:13:53 +0300 Subject: 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 --- src/plugins/hardwareintegration/compositor/wayland-egl/wayland-egl.pro | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/plugins/hardwareintegration/compositor/wayland-egl/wayland-egl.pro') 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 -- cgit v1.2.3