57ac46cf9b
This should allow for easy support for other operating systems and other Linux sound systems like Jack in the future
13 lines
369 B
PkgConfig
13 lines
369 B
PkgConfig
prefix=@prefix@
|
|
exec_prefix=${prefix}
|
|
libdir=${exec_prefix}/lib
|
|
includedir=${prefix}/include/rtmidi
|
|
|
|
Name: librtmidi
|
|
Description: RtMidi - a set of C++ classes that provide a common API for realtime MIDI input/output
|
|
Version: @PACKAGE_VERSION@
|
|
Requires.private: @req@
|
|
Libs: -L${libdir} -lrtmidi
|
|
Libs.private: -lpthread @req_libs@
|
|
Cflags: -pthread -I${includedir} @api@
|