summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Ralls <jralls@ceridwen.us>2022-03-18 11:13:34 -0700
committerJohn Ralls <jralls@ceridwen.us>2022-03-18 11:13:34 -0700
commit8445653213eb6e87b8711ef0e3a9b0ec39553dd7 (patch)
tree0495d8711130308a182c396dd1bc4bcdff63fc41
parentce02673b8b8ea65c1ede2158fb828c7df667436a (diff)
downloadgtk+-8445653213eb6e87b8711ef0e3a9b0ec39553dd7.tar.gz
[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
-rw-r--r--meson.build1
1 files changed, 1 insertions, 0 deletions
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 = []