mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-10-29 05:40:25 -04:00
Add $include/alsa to the include path
Added $include/alsa to the include path again for backward compatibility. Some apps fail to be built without this.
This commit is contained in:
parent
48bff53b36
commit
8c09d72743
1 changed files with 3 additions and 1 deletions
|
|
@ -8,4 +8,6 @@ Description: Advanced Linux Sound Architecture (ALSA) - Library
|
|||
Version: @VERSION@
|
||||
Requires:
|
||||
Libs: -L${libdir} -lasound -lm -ldl -lpthread
|
||||
Cflags: -I${includedir}
|
||||
# -I${includedir}/alsa below is just for backward compatibility
|
||||
# (it was set so mistakely in the older version)
|
||||
Cflags: -I${includedir} -I${includedir}/alsa
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue