summaryrefslogtreecommitdiff
path: root/jack.pc.in
blob: 196cde6efb5b102c5b52d81aa5178a487951de9b (plain)
1
2
3
4
5
6
7
8
9
10
prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@

Name: jack
Description: the Jack Audio Connection Kit: a low-latency synchronous callback-based media server
Version: @JACK_VERSION@
Libs: -L${libdir} -ljack @OS_LDFLAGS@
Cflags: -I${includedir}