summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Runge <dave@sleepmap.de>2022-01-05 21:35:44 +0100
committerFilipe Coelho <falktx@falktx.com>2022-01-05 21:49:19 +0000
commitb750dd99e484f03f12bc4e0aee4c745812337be8 (patch)
tree4eeebf24f4195c3d2e59219a595bf4588a8095aa
parent6e9ccc9a39769a6f0df948a5b7c9e451d7af6a49 (diff)
downloadjack1-b750dd99e484f03f12bc4e0aee4c745812337be8.tar.gz
Add custom variable to jack pkgconfig to distinguish implementations
jack.pc.in: Add the custom `jack_implementation=jack1` pkgconfig variable to the generated jack.pc file to be able to distinguish jack implementations. As jack implementations exist with jack1, jack2 and pipewire-jack, it is not (easily) possible to distinguish them by looking at the version alone (particularly the case with jack2 vs. pipewire-jack, as they share the same headers).
-rw-r--r--jack.pc.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/jack.pc.in b/jack.pc.in
index ebc9159..221ff39 100644
--- a/jack.pc.in
+++ b/jack.pc.in
@@ -2,6 +2,7 @@ prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@
+jack_implementation=jack1
Name: jack
Description: the Jack Audio Connection Kit: a low-latency synchronous callback-based media server