Skip to content

Commit

Permalink
#3150 we now need to include the HarfBuzz typelib with the latest GTK…
Browse files Browse the repository at this point in the history
… builds
  • Loading branch information
totaam committed Jul 16, 2021
1 parent 955d6c4 commit b71300e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion osx/make-app.sh
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@ mkdir $LIBDIR/girepository-1.0
GI_MODULES="Gst GObject GLib GModule"
if [ "${PYTHON_MAJOR_VERSION}" == "3" ]; then
#GI_MODULES="${GI_MODULES} Gtk Gdk GtkosxApplication"
GI_MODULES="${GI_MODULES} Gtk Gdk GtkosxApplication GL Gio Pango cairo Atk"
GI_MODULES="${GI_MODULES} Gtk Gdk GtkosxApplication HarfBuzz GL Gio Pango cairo Atk"
fi
for t in ${GI_MODULES}; do
rsync -rpl ${JHBUILD_PREFIX}/lib/girepository-1.0/$t*typelib $LIBDIR/girepository-1.0/
Expand Down

0 comments on commit b71300e

Please sign in to comment.