summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorIñigo Martínez <inigomartinez@gmail.com>2022-01-19 14:01:27 +0100
committerIñigo Martínez <inigomartinez@gmail.com>2022-02-01 20:13:27 +0100
commitbe53446eb1b0eb9b2b084826f700e05624bacb1b (patch)
tree7750229d8812082b6c9ec812d995ca48659168e4 /src
parent5e6831f734c03a8a0e0abaaf47874e06578351db (diff)
downloadeog-be53446eb1b0eb9b2b084826f700e05624bacb1b.tar.gz
doc: migrate to gi-docgen
gi-docgen is a new tool that tries to avoid some of the issues of gtk-doc and is also faster.
Diffstat (limited to 'src')
-rw-r--r--src/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/meson.build b/src/meson.build
index 8afe93b2..43e559d3 100644
--- a/src/meson.build
+++ b/src/meson.build
@@ -209,7 +209,7 @@ eog = executable(
)
if enable_introspection
- gnome.generate_gir(
+ eog_gir = gnome.generate_gir(
libeog,
sources: sources + headers,
nsversion: eog_api_version,