diff options
author | Cem Keylan <cem@ckyln.com> | 2021-05-15 21:26:54 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2021-05-15 21:26:54 +0300 |
commit | 4a2698e607653206019f7b8fde168072c83ffd24 (patch) | |
tree | 99e2d45011941574fd9dd6ab6bc62b3dde8c249b /extra/pango | |
parent | d90a5d5509dd71d95f11ad543599ce3ceac0d501 (diff) | |
download | repository-4a2698e607653206019f7b8fde168072c83ffd24.tar.gz |
pango: fix gir usage
Diffstat (limited to 'extra/pango')
-rwxr-xr-x | extra/pango/build | 2 | ||||
-rw-r--r-- | extra/pango/version | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/extra/pango/build b/extra/pango/build index 94df52d4..066a4c31 100755 --- a/extra/pango/build +++ b/extra/pango/build @@ -10,7 +10,7 @@ meson \ --prefix=/usr \ -Dgir=true \ -Dgtk_doc=false \ - -Dintrospection=disabled \ + -Dintrospection=enabled \ . build ninja -C build diff --git a/extra/pango/version b/extra/pango/version index 4687f78c..efae03e1 100644 --- a/extra/pango/version +++ b/extra/pango/version @@ -1 +1 @@ -1.48.4 1 +1.48.4 2 |