From 2834ac957f73b9cc105ec62e981a292d677af19d Mon Sep 17 00:00:00 2001 From: David Robillard Date: Mon, 20 Jan 2025 22:12:38 -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. --- src/gui/meson.build | 1 - 1 file changed, 1 deletion(-) (limited to 'src') diff --git a/src/gui/meson.build b/src/gui/meson.build index 266c8abb..810c7829 100644 --- a/src/gui/meson.build +++ b/src/gui/meson.build @@ -30,7 +30,6 @@ gtkmm_dep = dependency( ganv_dep = dependency( 'ganv-1', - fallback: ['ganv', 'ganv_dep'], include_type: 'system', required: get_option('gui'), version: '>= 1.5.2', -- cgit v1.2.1