wayland/egl
Derek Foreman 21025f6975 libs: Don't allow static libraries to be built
Static libraries have no namespacing, so our "private" symbols become
global. This results in functions like os_create_anonymous_file() crashing
into functions of the same name in multiple projects.

Since our test suite fails for static builds already, it's probably a clear
indication that they're not well tested - so let's just force everything to
be shared instead of trying to fix up static support.

Signed-off-by: Derek Foreman <derek.foreman@collabora.com>
2024-03-11 07:18:15 -05:00
..
meson.build libs: Don't allow static libraries to be built 2024-03-11 07:18:15 -05:00
wayland-egl-abi-check.c egl: fix typo "Backards" 2020-12-17 16:03:14 -05:00
wayland-egl-backend.h build: drop autotools 2021-03-05 09:15:04 +00:00
wayland-egl-core.h wayland-egl: move the wayland-egl{, -core}.h headers to egl/ 2018-02-09 17:31:06 +00:00
wayland-egl-symbols-check wayland-egl: Ignore underscored symbols in ABI check 2018-03-20 10:01:19 -05:00
wayland-egl.c protocol: Add wl_surface.offset 2021-10-28 12:39:39 +00:00
wayland-egl.h wayland-egl: move the wayland-egl{, -core}.h headers to egl/ 2018-02-09 17:31:06 +00:00