From 8445653213eb6e87b8711ef0e3a9b0ec39553dd7 Mon Sep 17 00:00:00 2001 From: John Ralls Date: Fri, 18 Mar 2022 11:13:34 -0700 Subject: [quartz] Restore setting QUARTZ_RELOCATION in meson build. This seems to have gotten lost in the migration from autotools. Closes https://gitlab.gnome.org/GNOME/gtk/-/issues/4769 --- meson.build | 1 + 1 file changed, 1 insertion(+) diff --git a/meson.build b/meson.build index c599843862..3e27d4a244 100644 --- a/meson.build +++ b/meson.build @@ -670,6 +670,7 @@ endif if quartz_enabled pc_gdk_extra_libs += ['-Wl,-framework,Cocoa', '-Wl,-framework,Carbon', '-Wl,-framework,CoreGraphics'] backend_immodules += ['quartz'] + cdata.set('QUARTZ_RELOCATION', 1) endif extra_demo_ldflags = [] -- cgit v1.2.1