1
0
Fork 0

Enable EGL for Wayland Compositor

This commit is contained in:
Ilya Fedin 2023-06-17 14:59:18 +04:00 committed by John Preston
parent 0df256ce99
commit 21a8d7996d

View file

@ -245,9 +245,12 @@ else()
endif()
if (TARGET Qt::WaylandCompositor)
list(PREPEND qt_libs
plugins/wayland-graphics-integration-server/${qt_lib_prefix}qt-wayland-compositor-wayland-egl
lib/${qt_lib_prefix}Qt${QT_VERSION_MAJOR}WaylandEglCompositorHwIntegration
lib/${qt_lib_prefix}Qt${QT_VERSION_MAJOR}WaylandCompositor
)
list(APPEND qt_libs_list
$<TARGET_OBJECTS:Qt${QT_VERSION_MAJOR}::QWaylandEglClientBufferIntegrationPlugin_init>
$<TARGET_OBJECTS:Qt${QT_VERSION_MAJOR}::WaylandCompositor_resources_1>
)
endif()