[geany/geany-osx] 5e0af4: Build meta-gtk-osx-freetype target

Jiří Techet git-noreply at xxxxx
Sun Dec 16 17:09:02 UTC 2018


Branch:      refs/heads/master
Author:      Jiří Techet <techet at gmail.com>
Committer:   Jiří Techet <techet at gmail.com>
Date:        Sun, 16 Dec 2018 17:09:02 UTC
Commit:      5e0af41a39c4b11161c3ff9235b084bf34a060b1
             https://github.com/geany/geany-osx/commit/5e0af41a39c4b11161c3ff9235b084bf34a060b1

Log Message:
-----------
Build meta-gtk-osx-freetype target

Seems to be necessary now as freetype isn't a hard-dependency any more
and pango/cairo doesn't build without it.


Modified Paths:
--------------
    README.md

Modified: README.md
4 lines changed, 2 insertions(+), 2 deletions(-)
===================================================================
@@ -107,11 +107,11 @@ To create the bundle, you need to first install JHBuild and GTK as described bel
 	commands:
 	* **GTK 2**
 		```
-		jhbuild bootstrap && jhbuild build python meta-gtk-osx-bootstrap meta-gtk-osx-core 
+		jhbuild bootstrap && jhbuild build python meta-gtk-osx-bootstrap meta-gtk-osx-freetype meta-gtk-osx-core 
 		```
 	* **GTK 3**
 		```
-		jhbuild bootstrap && jhbuild build python meta-gtk-osx-bootstrap meta-gtk-osx-gtk3 
+		jhbuild bootstrap && jhbuild build python meta-gtk-osx-bootstrap meta-gtk-osx-freetype meta-gtk-osx-gtk3 
 		```
 	This is the moment when you have to make a decision whether to build
 	Geany with GTK 2 or GTK 3 - they cannot be installed side by side.



--------------
This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).


More information about the Commits mailing list