mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-10-29 05:40:25 -04:00
Allow build without libdl and libpthread
Allow building alsa-lib without libdl and libpthread. Added new options to configure, --with-libdl and --with-pthread.
This commit is contained in:
parent
9a75eec664
commit
70e4ec9d08
21 changed files with 118 additions and 25 deletions
|
|
@ -8,7 +8,7 @@ Description: Advanced Linux Sound Architecture (ALSA) - Library
|
|||
Version: @VERSION@
|
||||
Requires:
|
||||
Libs: -L${libdir} -lasound
|
||||
Libs.private: -lm -ldl -lpthread
|
||||
Libs.private: @ALSA_DEPLIBS@
|
||||
# -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