Skip to content

Draft: Fix missing Wayland dependence that affects SUSE SLES15 in plugins-base tests

F. Duncanh requested to merge (removed):SLES_waylandfix into main

plugins-base/tests/check/meson.build: add omitted Wayland dependence

SUSE places Wayland include files in /usr/include/wayland, which is found using pkg-config, and added to gl_winsys_deps. Others use /usr/include so they are found without the aid of pkg-config, allowing the missing dependence to be overlooked. The missing dependence causes
an error on SLES15 when plugins-base/tests/check/libsabi.c is compiled.

Fixes #1607 (closed)

Merge request reports