[gtk-osx] Fix errors in previous commit.



commit b47ceaa12ce8041f5a040b190bd402e25da8a34e
Author: John Ralls <jralls ceridwen us>
Date:   Sat Sep 12 11:06:31 2020 -0700

    Fix errors in previous commit.

 jhbuildrc-gtk-osx                           | 4 ++--
 modulesets-stable/gtk-osx-bootstrap.modules | 2 --
 modulesets-stable/gtk-osx.modules           | 2 ++
 3 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/jhbuildrc-gtk-osx b/jhbuildrc-gtk-osx
index c76d6b1..b039e91 100644
--- a/jhbuildrc-gtk-osx
+++ b/jhbuildrc-gtk-osx
@@ -486,9 +486,9 @@ nice_build = False
 # gobject-introspection because cairo needs harfbuzz and
 # gobject-introspection needs cairo. The only way to get jhbuild to
 # run the configuration for harfbuzz the second time is to set
-# always_autogen to true.
+# alwaysautogen to true.
 
-always_autogen = True
+alwaysautogen = True
 
 # Freetype2 if left to itself will create an install name without the
 # path so none of the libraries that depend on it can link. Require
diff --git a/modulesets-stable/gtk-osx-bootstrap.modules b/modulesets-stable/gtk-osx-bootstrap.modules
index 5a5bc34..4022d5b 100644
--- a/modulesets-stable/gtk-osx-bootstrap.modules
+++ b/modulesets-stable/gtk-osx-bootstrap.modules
@@ -12,8 +12,6 @@
               href="http://www.ijg.org/files/"/>
   <repository type="tarball" name="libtiff"
              href="http://download.osgeo.org/"/>
-  <repository type="tarball" name="fontconfig"
-             href="http://www.freedesktop.org/software/fontconfig/release/"/>
   <repository type="tarball" name="icon-theme"
              href="http://icon-theme.freedesktop.org/releases/"/>
   <repository type="tarball" name="xmlsoft.org"
diff --git a/modulesets-stable/gtk-osx.modules b/modulesets-stable/gtk-osx.modules
index fe73b38..75e1233 100644
--- a/modulesets-stable/gtk-osx.modules
+++ b/modulesets-stable/gtk-osx.modules
@@ -12,6 +12,8 @@
               href="https://ftp.gnu.org/gnu/"/>
   <repository type="tarball" name="freedesktop"
               href="ftp://ftp.freedesktop.org/pub/"/>
+  <repository type="tarball" name="fontconfig"
+             href="http://www.freedesktop.org/software/fontconfig/release/"/>
   <repository type="git" name="github" href="git://github.com/"/>
   <repository type="tarball" name="github-tarball" href="https://github.com/"/>
   <repository type="system" name="system"/>


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