alsa.pc 394 B

1234567891011121314
  1. prefix=/usr
  2. exec_prefix=/usr
  3. libdir=/usr/lib
  4. includedir=/usr/include
  5. Name: alsa
  6. Description: Advanced Linux Sound Architecture (ALSA) - Library
  7. Version: 1.1.2
  8. Requires:
  9. Libs: -L${libdir} -lasound
  10. Libs.private: -lm -ldl -lpthread -lrt
  11. # -I${includedir}/alsa below is just for backward compatibility
  12. # (it was set so mistakely in the older version)
  13. Cflags: -I${includedir} -I${includedir}/alsa