[gtk/gtk-3-24] [quartz] Restore setting QUARTZ_RELOCATION in meson build.



commit 8445653213eb6e87b8711ef0e3a9b0ec39553dd7
Author: John Ralls <jralls ceridwen us>
Date:   Fri Mar 18 11:13:34 2022 -0700

    [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 = []


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]