summaryrefslogtreecommitdiffstats
path: root/src/Legend.cpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2022-07-19 09:54:48 -0400
committerDavid Robillard <d@drobilla.net>2022-07-20 10:35:05 -0400
commitc0ef025450cf1b7eec85ae8058e0a9e301e7cd16 (patch)
tree6914ea1a19f3cf656533b902cf823c4953bce5cb /src/Legend.cpp
parent4f33eb5ba4e2c116b9413282e18508815ea73966 (diff)
downloadpatchage-c0ef025450cf1b7eec85ae8058e0a9e301e7cd16.tar.gz
patchage-c0ef025450cf1b7eec85ae8058e0a9e301e7cd16.tar.bz2
patchage-c0ef025450cf1b7eec85ae8058e0a9e301e7cd16.zip
Switch to meson build system
Diffstat (limited to 'src/Legend.cpp')
-rw-r--r--src/Legend.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Legend.cpp b/src/Legend.cpp
index e8e4743..294f589 100644
--- a/src/Legend.cpp
+++ b/src/Legend.cpp
@@ -39,7 +39,7 @@ Legend::Legend(const Configuration& configuration)
"Audio",
configuration.get_port_color(PortType::jack_audio));
-#ifdef HAVE_JACK_METADATA
+#if USE_JACK_METADATA
add_button(
PortType::jack_cv, "CV", configuration.get_port_color(PortType::jack_cv));
add_button(PortType::jack_osc,