Drop patch no longer needed as of 3.24.36

Revert "Add a missing build file from upstream git"

This reverts commit a7bb7c5993.
This commit is contained in:
Jeremy Bicha 2023-01-04 16:16:46 -05:00
parent 2ae6c7ca48
commit 7e9484bd35
2 changed files with 0 additions and 32 deletions

View File

@ -1,31 +0,0 @@
From: Simon McVittie <smcv@debian.org>
Date: Wed, 23 Nov 2022 15:18:14 +0000
Subject: Reinstate gdk/wayland/cursor/meson.build
This was in upstream git, but not in the released tarball. It should be
included in 3.24.36 (see upstream commit b2ad8d2a).
Forwarded: not-needed
---
gdk/wayland/cursor/meson.build | 12 ++++++++++++
1 file changed, 12 insertions(+)
create mode 100644 gdk/wayland/cursor/meson.build
diff --git a/gdk/wayland/cursor/meson.build b/gdk/wayland/cursor/meson.build
new file mode 100644
index 0000000..02d5f2b
--- /dev/null
+++ b/gdk/wayland/cursor/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,
+)

View File

@ -1,4 +1,3 @@
dist/Reinstate-gdk-wayland-cursor-meson.build.patch
016_no_offscreen_widgets_grabbing.patch
017_no_offscreen_device_grabbing.patch
060_ignore-random-icons.patch