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.
|
- prefix=${PREFIX}
- exec_prefix=${PREFIX}
- libdir=${LIBDIR}
- includedir=${INCLUDEDIR}
- server_libs=-L${LIBDIR} -l${SERVERLIB}
-
- Name: jack
- Description: the Jack Audio Connection Kit: a low-latency synchronous callback-based media server
- Version: ${JACK_VERSION}
- Libs: -L${LIBDIR} -ljack
- Cflags: -I${INCLUDEDIR}
|