Merge branch 'no_static_builds' into 'main'

libs: Don't allow static libraries to be built

See merge request wayland/wayland!372
This commit is contained in:
Derek Foreman 2026-01-22 10:53:14 -06:00
commit 5d69607092
3 changed files with 4 additions and 4 deletions

View file

@ -12,7 +12,7 @@ if wayland_version[0] != '1'
error('We probably need to bump the SONAME of libwayland-cursor')
endif
wayland_cursor = library(
wayland_cursor = shared_library(
'wayland-cursor',
sources: [
'wayland-cursor.c',