From 59bbb5e4795d2b6e41ce27ae3b18257e75b71a19 Mon Sep 17 00:00:00 2001 From: Jan Beich Date: Sat, 27 Nov 2021 22:57:11 +0000 Subject: build: disable gir install via list to pacify meson >= 0.60.2 meson.build:580:0: ERROR: "install_dir" must be specified when installing a target installed-tests/js/meson.build:73:0: ERROR: "install_dir" must be specified when installing a target installed-tests/js/meson.build:91:4: ERROR: "install_dir" must be specified when installing a target installed-tests/js/meson.build:104:0: ERROR: "install_dir" must be specified when installing a target installed-tests/js/libgjstesttools/meson.build:13:0: ERROR: "install_dir" must be specified when installing a target --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meson.build') diff --git a/meson.build b/meson.build index 437b3fd3..73d0eaca 100644 --- a/meson.build +++ b/meson.build @@ -581,7 +581,7 @@ gjs_private_gir = gnome.generate_gir(libgjs, includes: ['GObject-2.0', 'Gio-2.0'], sources: libgjs_private_sources, namespace: 'GjsPrivate', nsversion: '1.0', identifier_prefix: 'Gjs', symbol_prefix: 'gjs_', extra_args: '--warn-error', install: true, - install_dir_gir: false, install_dir_typelib: pkglibdir / 'girepository-1.0') + install_dir_gir: [false], install_dir_typelib: pkglibdir / 'girepository-1.0') gjs_private_typelib = gjs_private_gir[1] ### Build gjs-console interpreter ############################################## -- cgit v1.2.1