diff options
author | Danny 'Guru' Forghieri <daniele.forghieri@gmail.com> | 2017-10-25 23:10:57 +0200 |
---|---|---|
committer | Nirbheek Chauhan <nirbheek@centricular.com> | 2018-03-10 19:05:19 +0530 |
commit | 083e6affcf2cb38ca801ee796c9bfaf44dfdeb4d (patch) | |
tree | bcc4143370f1ecea2fc5845c2f092f7391dcf6ba /meson_options.txt | |
parent | 142eeea7821a2e43ccfd80118cc31093aa59258a (diff) | |
download | gobject-introspection-083e6affcf2cb38ca801ee796c9bfaf44dfdeb4d.tar.gz |
Declaration to export functions in girepository.dll/.lib, flag for skipping the build of the gir files.
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' +) |