mirror of
https://github.com/mamedev/mame.git
synced 2024-11-16 07:48:32 +01:00
12 lines
231 B
PkgConfig
12 lines
231 B
PkgConfig
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libdir=@libdir@
|
|
includedir=@includedir@
|
|
|
|
Name: PortAudio
|
|
Description: Portable audio I/O
|
|
Requires:
|
|
Version: 19
|
|
|
|
Libs: -L${libdir} -lportaudio @LIBS@
|
|
Cflags: -I${includedir} @THREAD_CFLAGS@
|