[gtk/msvcproj-nmake-install: 6/24] [quartz] Restore setting QUARTZ_RELOCATION in meson build.
- From: Chun-wei Fan <fanchunwei src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk/msvcproj-nmake-install: 6/24] [quartz] Restore setting QUARTZ_RELOCATION in meson build.
- Date: Fri, 13 May 2022 11:36:04 +0000 (UTC)
commit ac299cf3381fe91432a89e189d8a9012f09e1a6d
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]