diff options
author | Cem Keylan <cem@ckyln.com> | 2021-05-15 21:26:22 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2021-05-15 21:26:22 +0300 |
commit | d90a5d5509dd71d95f11ad543599ce3ceac0d501 (patch) | |
tree | c85b67ea62c07f7843c45c4f0cc3dfcf1e5b5243 | |
parent | 6d8eccdf9ceba71fb38a9add01d0e6055e7c7e0b (diff) | |
download | repository-d90a5d5509dd71d95f11ad543599ce3ceac0d501.tar.gz |
atk: use gir
-rwxr-xr-x | extra/atk/build | 2 | ||||
-rw-r--r-- | extra/atk/depends | 1 | ||||
-rw-r--r-- | extra/atk/version | 2 |
3 files changed, 3 insertions, 2 deletions
diff --git a/extra/atk/build b/extra/atk/build index 376839ad..0c0acae0 100755 --- a/extra/atk/build +++ b/extra/atk/build @@ -8,7 +8,7 @@ meson \ --mandir=/usr/share/man \ -Ddefault_library=both \ -Ddocs=false \ - -Dintrospection=false \ + -Dintrospection=true \ . output ninja -C output diff --git a/extra/atk/depends b/extra/atk/depends index 9e46ce22..6fd8da0d 100644 --- a/extra/atk/depends +++ b/extra/atk/depends @@ -1,3 +1,4 @@ glib +gobject-introspection libffi meson make diff --git a/extra/atk/version b/extra/atk/version index c3e6319d..b885b17c 100644 --- a/extra/atk/version +++ b/extra/atk/version @@ -1 +1 @@ -2.36.0 1 +2.36.0 2 |