mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-28 14:31:10 +00:00
13 lines
293 B
Meson
13 lines
293 B
Meson
wayland_cursor_sources = files([
|
|
'wayland-cursor.c',
|
|
'xcursor.c',
|
|
'os-compatibility.c'
|
|
])
|
|
|
|
libwayland_cursor = static_library('wayland+cursor',
|
|
sources: wayland_cursor_sources,
|
|
include_directories: [ confinc, ],
|
|
dependencies: [ glib_dep, wlclientdep, ],
|
|
c_args: common_cflags,
|
|
)
|