From 6445e6e6136270411bc9a808c974528b2c3fb1ca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20M=C3=BCllner?= Date: Sat, 20 Jan 2024 23:54:00 +0100 Subject: [PATCH] build: Allow using as meson subproject Mark the `jasmine` target as a possible provider of a `find_program('jasmine')` dependency. This allows projects to pull in jasmine-gjs as wrap/subproject. --- meson.build | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meson.build b/meson.build index 5c18718..71e5228 100644 --- a/meson.build +++ b/meson.build @@ -24,6 +24,8 @@ jasmine_runner = configure_file(configuration: config, input: 'bin/jasmine-runner.in', output: 'jasmine-runner', install: true, install_dir: pkglibexecdir) +meson.override_find_program('jasmine', jasmine) + # Source code and Jasmine library install_data(