summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/reference/gdk-pixbuf/meson.build6
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/reference/gdk-pixbuf/meson.build b/docs/reference/gdk-pixbuf/meson.build
index 47f241094..3fb01f0e3 100644
--- a/docs/reference/gdk-pixbuf/meson.build
+++ b/docs/reference/gdk-pixbuf/meson.build
@@ -21,6 +21,12 @@ private_headers = [
]
if get_option('with_docs')
+ # This should not be needed, but gnome.gtkdoc() does not copy the
+ # .types file into the builddir, if one is found
+ configure_file(input: 'gdk-pixbuf.types',
+ output: 'gdk-pixbuf.types',
+ configuration: configuration_data())
+
gnome.gtkdoc('gdk-pixbuf',
main_xml: 'gdk-pixbuf.xml',
src_dir: [