From 7c98ef9c86f5b04eb753cca9bbe60e5cfd7c0cc8 Mon Sep 17 00:00:00 2001 From: Nirbheek Chauhan Date: Tue, 28 Nov 2017 18:04:46 +0530 Subject: 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. --- meson_options.txt | 4 ---- 1 file changed, 4 deletions(-) (limited to 'meson_options.txt') 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' -) -- cgit v1.2.1