summaryrefslogtreecommitdiff
path: root/x11/gnome-shell/files/patch-meson.build
diff options
context:
space:
mode:
authorOlivier Duchateau <duchateau.olivier@gmail.com>2025-06-10 15:30:58 +0200
committerBaptiste Daroussin <bapt@FreeBSD.org>2025-06-10 15:46:22 +0200
commit76d99deea5b470eb519efb09c5f1e1f3ccb3b179 (patch)
tree47243a0d8b90a24e9fa60c8deadc3cc6f9b7ef4b /x11/gnome-shell/files/patch-meson.build
parentx11-wm/mutter: update to 47.8.1 (diff)
x11/gnome-shell: update to 47.7
PR: 286697
Diffstat (limited to 'x11/gnome-shell/files/patch-meson.build')
-rw-r--r--x11/gnome-shell/files/patch-meson.build13
1 files changed, 13 insertions, 0 deletions
diff --git a/x11/gnome-shell/files/patch-meson.build b/x11/gnome-shell/files/patch-meson.build
new file mode 100644
index 000000000000..80da036290d5
--- /dev/null
+++ b/x11/gnome-shell/files/patch-meson.build
@@ -0,0 +1,13 @@
+--- meson.build.orig 2023-04-24 08:26:56 UTC
++++ meson.build
+@@ -148,8 +148,10 @@ cdata.set('HAVE_FDWALK', cc.has_function('fdwalk'))
+ cdata.set('HAVE_MALLINFO', cc.has_function('mallinfo'))
+ cdata.set('HAVE_MALLINFO2', cc.has_function('mallinfo2'))
+ cdata.set('HAVE_SYS_RESOURCE_H', cc.has_header('sys/resource.h'))
++if host_machine.system() == 'linux'
+ cdata.set('HAVE_EXE_INTROSPECTION',
+ cc.has_header('elf.h') and cc.has_header('link.h'))
++endif
+ cdata.set('HAVE__NL_TIME_FIRST_WEEKDAY',
+ cc.has_header_symbol('langinfo.h', '_NL_TIME_FIRST_WEEKDAY')
+ )