[jhbuild] core-deps-latest: Rename quartz-backend to macos-backend for gtk4
- From: Rico Tzschichholz <ricotz src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [jhbuild] core-deps-latest: Rename quartz-backend to macos-backend for gtk4
- Date: Mon, 3 Jan 2022 08:29:19 +0000 (UTC)
commit 2ed7466c94bd6a234f0c7c0208b5d49a3ee0338d
Author: Jonas Dreßler <verdre v0yd nl>
Date: Thu Dec 30 13:54:29 2021 +0100
core-deps-latest: Rename quartz-backend to macos-backend for gtk4
It seems that with gtk commit c4d350c260879c11ea94641ac820b331aeaccc7c,
the quartz backend option got removed and replaced with the newer
macos-backend option.
Meson complains about unknown options, which broke the gtk4 build, so
fix that by using the macos-backend build option for gtk when the quartz
condition is set.
modulesets/gnome-suites-core-deps-latest.modules | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/modulesets/gnome-suites-core-deps-latest.modules
b/modulesets/gnome-suites-core-deps-latest.modules
index 24c5caca..5a03fdb1 100644
--- a/modulesets/gnome-suites-core-deps-latest.modules
+++ b/modulesets/gnome-suites-core-deps-latest.modules
@@ -864,10 +864,10 @@
<mesonargs value="-Dwayland-backend=false"/>
</if>
<if condition-set="quartz">
- <mesonargs value="-Dquartz-backend=true"/>
+ <mesonargs value="-Dmacos-backend=true"/>
</if>
<if condition-unset="quartz">
- <mesonargs value="-Dquartz-backend=false"/>
+ <mesonargs value="-Dmacos-backend=false"/>
</if>
<branch repo="gitlab.gnome.org" checkoutdir="gtk" module="GNOME/gtk.git"/>
<dependencies>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]