Skip to content

Commit

Permalink
Update jhbuildrc-custom
Browse files Browse the repository at this point in the history
  • Loading branch information
yousseb authored Oct 21, 2023
1 parent e209388 commit fcdf8fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions osx/jhbuildrc-custom
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand All @@ -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
ignore_suggests = True

0 comments on commit fcdf8fb

Please sign in to comment.