From 8ef53b017d085a36bab7580111b8169ae07a0666 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 24 Nov 2024 13:31:36 -0500 Subject: Avoid using internal configuration header in tools This suggests that the version should be available in the API, but for now, simply define LILV_VERSION on the command line to break the dependency. --- tools/lv2info.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'tools/lv2info.c') diff --git a/tools/lv2info.c b/tools/lv2info.c index e40edee..a231e24 100644 --- a/tools/lv2info.c +++ b/tools/lv2info.c @@ -1,8 +1,6 @@ // Copyright 2007-2019 David Robillard // SPDX-License-Identifier: ISC -#include "lilv_config.h" - #include "lilv/lilv.h" #include "lv2/core/lv2.h" #include "lv2/event/event.h" -- cgit v1.2.1