summaryrefslogtreecommitdiff
path: root/jack.pc.in
diff options
context:
space:
mode:
authorDavid Runge <dave@sleepmap.de>2022-01-05 21:43:44 +0100
committerfalkTX <falktx@falktx.com>2022-01-15 15:09:56 +0000
commit810c78e34976e080a0e079f284e6ee651f4313e8 (patch)
treee3ec9fdef7036fa2251ca4faae5c9578975c5b44 /jack.pc.in
parent655ff5e4e199a11535c5957653322d1f2f0dc446 (diff)
downloadjack2-810c78e34976e080a0e079f284e6ee651f4313e8.tar.gz
Add custom variable to jack pkgconfig to distinguish implementations
jack.pc.in: Add the custom `jack_implementation=jack2` 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).
Diffstat (limited to 'jack.pc.in')
-rw-r--r--jack.pc.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/jack.pc.in b/jack.pc.in
index a3cc4a29..3a6a11d7 100644
--- a/jack.pc.in
+++ b/jack.pc.in
@@ -3,6 +3,7 @@ exec_prefix=@PREFIX@
libdir=@LIBDIR@
includedir=@INCLUDEDIR@
server_libs=-L@LIBDIR@ -l@SERVERLIB@
+jack_implementation=jack2
Name: jack
Description: the Jack Audio Connection Kit: a low-latency synchronous callback-based media server