summaryrefslogtreecommitdiff
path: root/utils/alsa.pc.in
blob: 8de9859f42db49a815b407c3ff0c97bc708a7895 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@

Name: alsa
Description: Advanced Linux Sound Architecture (ALSA) - Library
Version: @VERSION@
Requires: 
Libs: -L${libdir} -lasound
Libs.private: @ALSA_DEPLIBS@
# -I${includedir}/alsa below is just for backward compatibility
# (it was set so mistakely in the older version)
Cflags: -I${includedir} -I${includedir}/alsa