mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-10-29 05:40:25 -04:00
Fix the include path
Fixed the include path. Apps should include like <alsa/xxx>.
This commit is contained in:
parent
22846c486f
commit
c2644837fd
1 changed files with 1 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
||||||
prefix=@prefix@
|
prefix=@prefix@
|
||||||
exec_prefix=@exec_prefix@
|
exec_prefix=@exec_prefix@
|
||||||
libdir=@libdir@
|
libdir=@libdir@
|
||||||
includedir=@includedir@/alsa
|
includedir=@includedir@
|
||||||
|
|
||||||
Name: alsa
|
Name: alsa
|
||||||
Description: Advanced Linux Sound Architecture (ALSA) - Library
|
Description: Advanced Linux Sound Architecture (ALSA) - Library
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue