diff options
author | Patrick Griffis <tingping@tingping.se> | 2017-10-26 16:48:38 -0400 |
---|---|---|
committer | Nirbheek Chauhan <nirbheek@centricular.com> | 2018-03-10 19:05:19 +0530 |
commit | 0a96d6c9d27b4c70cb3e8d7ab66a354c85c9279d (patch) | |
tree | cf0f3b6cc7af381c7bb92a26c56d6f673d0a50ba /meson_options.txt | |
parent | a7c4e3d4636e917f60cf1c16c70fa3ff29695e6e (diff) | |
download | gobject-introspection-0a96d6c9d27b4c70cb3e8d7ab66a354c85c9279d.tar.gz |
Allow setting custom cairo-gobject libname
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 29224b77..f665490a 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -14,6 +14,10 @@ option('gtk-doc', type: 'boolean', value: false, description: 'Build and install documentation' ) +option('cairo-libname', type: 'string', + description: 'Custom name for the cairo-gobject library name' +) + option('gir_build', type: 'boolean', description: 'Windows: post build (gir) stuff' ) |