Revert "Make wayland load cursors on demand"

This reverts commit 66a199806c.
This commit is contained in:
Matthias Clasen
2022-12-13 18:52:29 -05:00
parent 89583c456d
commit 74bdb8d8a5
13 changed files with 61 additions and 1437 deletions

View File

@ -1,5 +1,3 @@
subdir('cursor')
gdk_wayland_sources = files(
'gdkapplaunchcontext-wayland.c',
'gdkcursor-wayland.c',
@ -33,6 +31,7 @@ gdk_wayland_deps = [
xkbdep,
wlclientdep,
wlprotocolsdep,
wlcursordep,
wlegldep,
]
@ -113,5 +112,4 @@ libgdk_wayland = static_library('gdk-wayland',
'-DG_LOG_DOMAIN="Gdk"',
] + common_cflags,
link_args: common_ldflags,
link_with: [libwayland_cursor, ],
dependencies: [ gdk_deps, gdk_wayland_deps, ])