summaryrefslogtreecommitdiffstats
path: root/meta/recipes-gnome/gtk+/gtk+3/add-missing-meson.build.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-gnome/gtk+/gtk+3/add-missing-meson.build.patch')
-rw-r--r--meta/recipes-gnome/gtk+/gtk+3/add-missing-meson.build.patch38
1 files changed, 0 insertions, 38 deletions
diff --git a/meta/recipes-gnome/gtk+/gtk+3/add-missing-meson.build.patch b/meta/recipes-gnome/gtk+/gtk+3/add-missing-meson.build.patch
deleted file mode 100644
index ef971ccff4..0000000000
--- a/meta/recipes-gnome/gtk+/gtk+3/add-missing-meson.build.patch
+++ /dev/null
@@ -1,38 +0,0 @@
1From 8a00d0269d547799b598adda364ad6c6ee328e6b Mon Sep 17 00:00:00 2001
2From: Ross Burton <ross.burton@arm.com>
3Date: Tue, 20 Dec 2022 12:09:07 +0000
4Subject: [PATCH] Add missing meson.build
5
6This file was missing from the tarball, but will be in the .36 release.
7
8Upstream-Status: Inappropriate
9Signed-off-by: Ross Burton <ross.burton@arm.com>
10
11---
12 gdk/wayland/cursor/meson.build | 14 ++++++++++++++
13 1 file changed, 14 insertions(+)
14 create mode 100644 gdk/wayland/cursor/meson.build
15
16diff --git a/gdk/wayland/cursor/meson.build b/gdk/wayland/cursor/meson.build
17new file mode 100644
18index 0000000..94cf47a
19--- /dev/null
20+++ b/gdk/wayland/cursor/meson.build
21@@ -0,0 +1,14 @@
22+# This file is missing from the 3.24.35 tarball
23+
24+wayland_cursor_sources = files([
25+ 'wayland-cursor.c',
26+ 'xcursor.c',
27+ 'os-compatibility.c'
28+])
29+
30+libwayland_cursor = static_library('wayland+cursor',
31+ sources: wayland_cursor_sources,
32+ include_directories: [ confinc, ],
33+ dependencies: [ glib_dep, wlclientdep, ],
34+ c_args: common_cflags,
35+)
36--
372.34.1
38