From 9b20583cb459fcb8276df6059cfa58a1dbe96091 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tomasz=20Mi=C4=85sko?= Date: Mon, 10 Dec 2018 00:00:00 +0000 Subject: meson: Don't install test typelibs --- tests/meson.build | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/meson.build b/tests/meson.build index e9d7fef4..bfa8f8bb 100644 --- a/tests/meson.build +++ b/tests/meson.build @@ -118,8 +118,6 @@ if glib_dep.type_name() == 'pkgconfig' '--includedir', join_paths(meson.build_root(), 'gir'), '--includedir', meson.current_build_dir() ], - install: true, - install_dir: typelibdir, ) endforeach -- cgit v1.2.1