summaryrefslogtreecommitdiffstats
path: root/source/l/gtk+3/fix.missing.gdk.wayland.cursor.meson.build.diff
diff options
context:
space:
mode:
author Patrick J Volkerding <volkerdi@slackware.com>2022-12-09 19:43:46 +0000
committer Eric Hameleers <alien@slackware.com>2022-12-09 21:38:57 +0100
commit9969c19137bda499690b440ddb516d3608e40044 (patch)
treebdaaf3e3d3e750bcf78b19700ab8e2649bfa06b0 /source/l/gtk+3/fix.missing.gdk.wayland.cursor.meson.build.diff
parent69f7fbdfae263c407ef01858ec9bd77eb071bafd (diff)
downloadcurrent-9969c19137bda499690b440ddb516d3608e40044.tar.gz
current-9969c19137bda499690b440ddb516d3608e40044.tar.xz
Fri Dec 9 19:43:46 UTC 202220221209194346
a/usbutils-015-x86_64-1.txz: Upgraded. l/adwaita-icon-theme-43-noarch-1.txz: Upgraded. l/gtk+3-3.24.35-x86_64-1.txz: Upgraded. l/libarchive-3.6.2-x86_64-1.txz: Upgraded. This is a bugfix and security release. Relevant bugfixes: rar5 reader: fix possible garbled output with bsdtar -O (#1745) mtree reader: support reading mtree files with tabs (#1783) Security fixes: various small fixes for issues found by CodeQL (* Security fix *) l/mozilla-nss-3.86-x86_64-1.txz: Upgraded. l/pipewire-0.3.62-x86_64-1.txz: Upgraded. x/OpenCC-1.1.6-x86_64-1.txz: Upgraded.
Diffstat (limited to 'source/l/gtk+3/fix.missing.gdk.wayland.cursor.meson.build.diff')
-rw-r--r--source/l/gtk+3/fix.missing.gdk.wayland.cursor.meson.build.diff15
1 files changed, 15 insertions, 0 deletions
diff --git a/source/l/gtk+3/fix.missing.gdk.wayland.cursor.meson.build.diff b/source/l/gtk+3/fix.missing.gdk.wayland.cursor.meson.build.diff
new file mode 100644
index 000000000..610d11079
--- /dev/null
+++ b/source/l/gtk+3/fix.missing.gdk.wayland.cursor.meson.build.diff
@@ -0,0 +1,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,
++)