jack2 codebase
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
330B

  1. prefix=@PREFIX@
  2. exec_prefix=@PREFIX@
  3. libdir=@LIBDIR@
  4. includedir=@INCLUDEDIR@
  5. server_libs=-L@LIBDIR@ -l@SERVERLIB@
  6. jack_implementation=jack2
  7. Name: jack
  8. Description: the Jack Audio Connection Kit: a low-latency synchronous callback-based media server
  9. Version: @JACK_VERSION@
  10. Libs: -L${libdir} -l@CLIENTLIB@
  11. Cflags: -I${includedir}