diff options
author | Cem Keylan <cem@ckyln.com> | 2021-05-15 19:01:24 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2021-05-15 19:01:24 +0300 |
commit | 5eb5feda9ef19e9ef3f05ddcefe9270e86f73b5a (patch) | |
tree | 9b27bb8cf626d42505c63295a08b2dfefce5c9d9 /extra/pango | |
parent | f63e1c50f3cf37b187014e3b9c2af168adbbbcca (diff) | |
download | repository-5eb5feda9ef19e9ef3f05ddcefe9270e86f73b5a.tar.gz |
pango: use gir
Diffstat (limited to 'extra/pango')
-rwxr-xr-x | extra/pango/build | 2 | ||||
-rw-r--r-- | extra/pango/depends | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/extra/pango/build b/extra/pango/build index 72286c8f..94df52d4 100755 --- a/extra/pango/build +++ b/extra/pango/build @@ -8,7 +8,7 @@ mv meson.build.tmp meson.build meson \ --prefix=/usr \ - -Dgir=false \ + -Dgir=true \ -Dgtk_doc=false \ -Dintrospection=disabled \ . build diff --git a/extra/pango/depends b/extra/pango/depends index 400e99c4..91cd9d0a 100644 --- a/extra/pango/depends +++ b/extra/pango/depends @@ -3,6 +3,7 @@ fontconfig freetype-harfbuzz fribidi glib +gobject-introspection libXft libXrender meson make |