From 8ebe319e1b626fcbaab4c6db10279590500c0c23 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Mon, 20 Jan 2025 22:12:10 -0500 Subject: Avoid using fallback for dependencies without a subproject This screws things up with older meson versions, particularly with include_type 'system'. I don't think it had any purpose since there's no corresponding subproject inside this one anyway. --- meson.build | 1 - 1 file changed, 1 deletion(-) diff --git a/meson.build b/meson.build index 93cf950..9b4b6f2 100644 --- a/meson.build +++ b/meson.build @@ -180,7 +180,6 @@ gtkmm_dep = dependency( ganv_dep = dependency( 'ganv-1', - fallback: ['ganv', 'ganv_dep'], include_type: 'system', version: '>= 1.8.2', ) -- cgit v1.2.1