Skip to content

plugins-base gstgl: fix broken compilation of libsabi.c test on SLES15

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

plugins-base/gst-libs/gst/gl/meson.build: fix broken compilation on SLES 15.

SUSE systems need -I/usr /usr/include/wayland: this Cflag was missing, but is provided by pkg-config to wayland_client_dep, which is then added to gl_winsys_deps; adding the latter to gstgl_dep makes the Cflag available when libs/libsabi.c is compiled, fixing the issue of include files not found.

Fixes #1607 (closed)

Edited by F. Duncanh

Merge request reports