summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorNirbheek Chauhan <nirbheek@centricular.com>2017-11-28 18:04:46 +0530
committerNirbheek Chauhan <nirbheek@centricular.com>2018-03-10 19:05:19 +0530
commit7c98ef9c86f5b04eb753cca9bbe60e5cfd7c0cc8 (patch)
tree7e5bc31b6771bbc0ab364fd94e6808f47909066f /meson_options.txt
parent3adde9ea4015de7d38490134f37c2ba07bc4133c (diff)
downloadgobject-introspection-7c98ef9c86f5b04eb753cca9bbe60e5cfd7c0cc8.tar.gz
meson: Remove gir_build hack option
gir generation now works in-tree, so we do not need to bootstrap g-i by installing to a prefix first.
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt4
1 files changed, 0 insertions, 4 deletions
diff --git a/meson_options.txt b/meson_options.txt
index b2d7e1e7..28244208 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -17,7 +17,3 @@ option('gtk-doc', type: 'boolean', value: false,
option('cairo-libname', type: 'string',
description: 'Custom name for the cairo-gobject library name'
)
-
-option('gir_build', type: 'boolean', value : true,
- description: 'Windows: post build (gir) stuff'
-)