diff options
author | David Robillard <d@drobilla.net> | 2024-11-24 13:31:36 -0500 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2024-11-24 13:32:14 -0500 |
commit | 8ef53b017d085a36bab7580111b8169ae07a0666 (patch) | |
tree | 26ef045902988941643f7f27a134fe43f2e763c3 /tools/lv2info.c | |
parent | eaeeee7a4a8adf1529d138209aa91351d5ba6f53 (diff) | |
download | lilv-8ef53b017d085a36bab7580111b8169ae07a0666.tar.gz lilv-8ef53b017d085a36bab7580111b8169ae07a0666.tar.bz2 lilv-8ef53b017d085a36bab7580111b8169ae07a0666.zip |
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.
Diffstat (limited to 'tools/lv2info.c')
-rw-r--r-- | tools/lv2info.c | 2 |
1 files changed, 0 insertions, 2 deletions
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 <d@drobilla.net> // SPDX-License-Identifier: ISC -#include "lilv_config.h" - #include "lilv/lilv.h" #include "lv2/core/lv2.h" #include "lv2/event/event.h" |