- prefix=/usr
- exec_prefix=/usr
- libdir=/usr/lib
- includedir=/usr/include
- Name: alsa
- Description: Advanced Linux Sound Architecture (ALSA) - Library
- Version: 1.1.2
- Requires:
- Libs: -L${libdir} -lasound
- Libs.private: -lm -ldl -lpthread -lrt
- # -I${includedir}/alsa below is just for backward compatibility
- # (it was set so mistakely in the older version)
- Cflags: -I${includedir} -I${includedir}/alsa
|