diff options
author | Rafael Fontenelle <rffontenelle@users.noreply.github.com> | 2017-04-13 09:39:39 -0300 |
---|---|---|
committer | Jussi Pakkanen <jpakkane@gmail.com> | 2017-04-13 23:39:22 +0300 |
commit | 7c43edb840bbeb844d63b1879f59a3c4afe64acf (patch) | |
tree | 448fa531472687a90a6457af897db69eefba063a /authors.txt | |
parent | c52963cd16235ac4f6953fbbd33d257823331afa (diff) | |
download | meson-7c43edb840bbeb844d63b1879f59a3c4afe64acf.zip meson-7c43edb840bbeb844d63b1879f59a3c4afe64acf.tar.gz meson-7c43edb840bbeb844d63b1879f59a3c4afe64acf.tar.bz2 |
gtkdochelper: Fix type file name option
'gtkdoc-scangobj' script was recently ported to Python (it was Perl), and it now requires providing '--type' option to specify the name of the file to store the types in. Without this option, 'gtkdockelper' will exit with error status 2 and will throw a message "gtkdoc-scangobj: error: unrecognized arguments: <typefile>"
Diffstat (limited to 'authors.txt')
-rw-r--r-- | authors.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/authors.txt b/authors.txt index 467ab75..dc2e617 100644 --- a/authors.txt +++ b/authors.txt @@ -79,3 +79,4 @@ Aaron Plattner Jon Turney Wade Berrier Richard Hughes +Rafael Fontenelle |