From fcdf8fb5efd3a2459d8ac24296a6289383c39a5b Mon Sep 17 00:00:00 2001 From: "Youssef A. Abukwaik" Date: Sat, 21 Oct 2023 10:41:21 -0700 Subject: [PATCH] Update jhbuildrc-custom --- osx/jhbuildrc-custom | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/osx/jhbuildrc-custom b/osx/jhbuildrc-custom index c606e148..104c40eb 100644 --- a/osx/jhbuildrc-custom +++ b/osx/jhbuildrc-custom @@ -95,7 +95,7 @@ module_autogenargs['gtk+-3.0'] = '--enable-quartz-backend --enable-quartz-reloca module_autogenargs['harfbuzz'] = '--disable-gtk-doc --disable-gtk-doc-html --disable-gtk-doc-pdf --with-coretext --without-icu ' + autogenargs module_autogenargs['root-harfbuzz'] = '--disable-gtk-doc --disable-gtk-doc-html --disable-gtk-doc-pdf --with-coretext --without-icu ' + autogenargs module_autogenargs['fontconfig'] = '--with-cache-dir="~/Library/Caches/org.gnome.meld.fontconfig" --with-default-fonts=/System/Library/Fonts --with-add-fonts=/Library/Fonts,/Network/Library/Fonts,/System/Library/Fonts ' + autogenargs -module_autogenargs['python3'] = '--enable-optimizations --with-system-expat --without-gcc --disable-ipv6 --with-ensurepip=yes --without-tests --disable-tests --with-threads --with-system-expat ' + autogenargs +module_autogenargs['python3'] = 'CC= CXX= --enable-optimizations --with-system-expat --disable-ipv6 --with-ensurepip=yes --without-tests --disable-tests --with-threads --with-system-expat ' + autogenargs module_mesonargs['atk'] = '--buildtype release --optimization 3 -Ddocs=false -Dintrospection=true' module_mesonargs['gdk-pixbuf'] = '--buildtype release --optimization 3 -Dbuiltin_loaders=all -Drelocatable=true -Ddocs=false' @@ -122,4 +122,4 @@ module_mesonargs['gtk+-3.0'] = '--buildtype release --optimization 3 -Dx11_bac # nobuild=True # Download only # quiet_mode=True # Don't respect suggests -ignore_suggests = True \ No newline at end of file +ignore_suggests = True