diff options
author | Cem Keylan <cem@ckyln.com> | 2020-11-17 01:35:33 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2020-11-17 01:35:33 +0300 |
commit | 89fcbe6cd7cfd8a255c1b57f4808a5cdf1542e93 (patch) | |
tree | f508331429ed5b0dcb92cb558e74cc2c5a4a5067 /extra/pango/build | |
parent | 0727648764fb41d69010fc6217c2196597b3036f (diff) | |
download | repository-89fcbe6cd7cfd8a255c1b57f4808a5cdf1542e93.tar.gz |
pango: bump to 1.48.0
Diffstat (limited to 'extra/pango/build')
-rwxr-xr-x | extra/pango/build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/pango/build b/extra/pango/build index f9f9fd37..bb912267 100755 --- a/extra/pango/build +++ b/extra/pango/build @@ -6,7 +6,7 @@ meson \ --prefix=/usr \ -Dgir=false \ -Dgtk_doc=false \ - -Dintrospection=false \ + -Dintrospection=disabled \ . build ninja -C build |