diff options
Diffstat (limited to 'meson_options.txt')
-rw-r--r-- | meson_options.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt index e9d21e93..3d113cb5 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -9,3 +9,7 @@ option('doctool', type: 'boolean', option('glib-src-dir', type: 'string', description: 'Source directory for glib - needed to add docs to gir' ) + +option('gir_build', type: 'boolean', + description: 'Windows: post build (gir) stuff' +) |