wayland/cursor
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
..
convert_font.c cursor/convert_font.c: malloc cannot guarantee that the memory allocated is always successful 2020-10-29 13:00:20 +00:00
cursor-data.h cursor: add aliases for cursor name spec 2024-01-19 14:08:16 +00:00
cursor.pcf cursor: add cursor.pcf and extraction program 2012-09-10 21:05:14 -04:00
meson.build libs: Don't allow static libraries to be built 2024-03-11 07:18:15 -05:00
os-compatibility.c cursor/os-compatibility: handle EINTR gracefully 2022-06-09 19:18:47 +00:00
os-compatibility.h cursor/os-compatibility: move resizing into a separate function 2020-02-23 20:42:54 +00:00
wayland-cursor.c cursor: make param names match with documentation 2022-09-13 18:01:57 +00:00
wayland-cursor.h cursor: Properly document wl_cursor_image and wl_cursor 2020-06-05 11:05:20 +00:00
xcursor.c cursor: check return value of snprintf() 2023-08-02 16:47:07 +02:00
xcursor.h cursor: rename functions to snake case 2022-05-23 08:59:05 +00:00