Browse Source

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).
tags/v1.9.20
David Runge falkTX <falktx@falktx.com> 3 years ago
parent
commit
810c78e349
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      jack.pc.in

+ 1
- 0
jack.pc.in View File

@@ -3,6 +3,7 @@ exec_prefix=@PREFIX@
libdir=@LIBDIR@ libdir=@LIBDIR@
includedir=@INCLUDEDIR@ includedir=@INCLUDEDIR@
server_libs=-L@LIBDIR@ -l@SERVERLIB@ server_libs=-L@LIBDIR@ -l@SERVERLIB@
jack_implementation=jack2


Name: jack Name: jack
Description: the Jack Audio Connection Kit: a low-latency synchronous callback-based media server Description: the Jack Audio Connection Kit: a low-latency synchronous callback-based media server


Loading…
Cancel
Save