From 3938b86f5289c2b28a5ec42965b8da4b509445c4 Mon Sep 17 00:00:00 2001 From: Kai Kang Date: Fri, 14 Sep 2018 01:26:38 -0700 Subject: meson: add option 'gir-dir-prefix' Add option 'gir-dir-prefix' for meson to make the installation path of .gir files could be configured which has been done for autoconf. Signed-off-by: Kai Kang --- meson_options.txt | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'meson_options.txt') diff --git a/meson_options.txt b/meson_options.txt index 49726be6..ee6958dd 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -21,3 +21,7 @@ option('cairo-libname', type: 'string', option('python', type: 'string', value: 'python3', description: 'Path or name of the Python interpreter to build for' ) + +option('gir-dir-prefix', type: 'string', + description: 'Intermediate prefix for gir installation under ${prefix}' +) -- cgit v1.2.1