diff --git a/extra/gtk+3/checksums b/extra/gtk+3/checksums index 2d867074..6ccdf822 100644 --- a/extra/gtk+3/checksums +++ b/extra/gtk+3/checksums @@ -1,4 +1,5 @@ -c6545cbcb4bce1710db439d6007841ece3a63a1acae6650865ece2d5bb2ce4176f +0ab112469bc897329d2dda6104546be17434b10734d33346e658fefc9cd453bb91 +0ffcc625aeed24e34d62d9a9abe55773824862223cbbc97bc48281ef8b776cc93c 8b8bf563e74f720990030791f8e408db6099813a6290c38ab812231dbd10eb0cb8 763400831b2abe5eff95609826dc6769ab2a742d68d4ffd0b4a7209a7f1be2cdaa 941244e144368d3cb00551991d6683a3fbe8515c3599459fb5e220305657c89023 diff --git a/extra/gtk+3/files/meson.build b/extra/gtk+3/files/meson.build new file mode 100644 index 00000000..02d5f2be --- /dev/null +++ b/extra/gtk+3/files/meson.build @@ -0,0 +1,12 @@ +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, +) diff --git a/extra/gtk+3/sources b/extra/gtk+3/sources index 30f32194..de544729 100644 --- a/extra/gtk+3/sources +++ b/extra/gtk+3/sources @@ -1,4 +1,5 @@ https://download.gnome.org/sources/gtk+/MAJOR.MINOR/gtk+-VERSION.tar.xz +files/meson.build gdk/wayland/cursor patches/01-no-fribidi.patch patches/02-fix-firefox.patch patches/03-no-accessibility.patch diff --git a/extra/gtk+3/version b/extra/gtk+3/version index 6159ece2..f3307303 100644 --- a/extra/gtk+3/version +++ b/extra/gtk+3/version @@ -1 +1 @@ -3.24.34 5 +3.24.35 1