blob: 2fea49428969b03736be5fe239c81024b043efdb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# cubeb installed pkg-config file
prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@
Name: cubeb
Description: Portable audio API
Version: @VERSION@
Conflicts:
Libs: -L${libdir} -lcubeb
Cflags: -I${includedir}
|