summaryrefslogtreecommitdiffstats
path: root/source/l/gtk+3/fix.missing.gdk.wayland.cursor.meson.build.diff
blob: 610d11079406c594c13b4a670cc8d5ded8c7aed7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
--- ./gdk/wayland/cursor/meson.build.orig	2022-12-09 12:40:50.120829020 -0600
+++ ./gdk/wayland/cursor/meson.build	2022-12-09 12:40:50.120829020 -0600
@@ -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,
+)