alsa-lib/utils/alsa.pc.in

15 lines
406 B
PkgConfig
Raw Normal View History

2002-09-18 16:38:18 +00:00
prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@
2002-09-18 16:38:18 +00:00
Name: alsa
Description: Advanced Linux Sound Architecture (ALSA) - Library
Version: @VERSION@
Requires:
Libs: -L${libdir} -lasound
Libs.private: -lm -ldl -lpthread
# -I${includedir}/alsa below is just for backward compatibility
# (it was set so mistakely in the older version)
Cflags: -I${includedir} -I${includedir}/alsa