mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-10-29 05:40:25 -04:00
12 lines
263 B
PkgConfig
12 lines
263 B
PkgConfig
|
|
prefix=@prefix@
|
||
|
|
exec_prefix=@exec_prefix@
|
||
|
|
libdir=@libdir@
|
||
|
|
includedir=@includedir@/alsa
|
||
|
|
|
||
|
|
Name: alsa
|
||
|
|
Description: Advanced Linux Sound Architecture (ALSA) - Library
|
||
|
|
Version: @VERSION@
|
||
|
|
Requires:
|
||
|
|
Libs: -L${libdir} -lasound -lm -ldl -lpthread
|
||
|
|
Cflags: -I${includedir}
|