Skip to content

Commit

Permalink
Add custom variable to jack pkgconfig to distinguish implementations
Browse files Browse the repository at this point in the history
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).
  • Loading branch information
dvzrv authored and falkTX committed Jan 5, 2022
1 parent 6e9ccc9 commit b750dd9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions jack.pc.in
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b750dd9

Please sign in to comment.