diff options
| author | Takashi Iwai <tiwai@suse.de> | 2007-03-22 00:48:18 +0100 |
|---|---|---|
| committer | Takashi Iwai <tiwai@suse.de> | 2007-03-22 00:48:18 +0100 |
| commit | 70e4ec9d08ca7c162dce873d82b5610c700cf707 (patch) | |
| tree | fa2bd727ca4f527443f56c134264716b648e980c /utils | |
| parent | 9a75eec6645c7034542f571e63cc5824a5d3e1cd (diff) | |
| download | alsa-lib-70e4ec9d08ca7c162dce873d82b5610c700cf707.tar.gz | |
Allow build without libdl and libpthread
Allow building alsa-lib without libdl and libpthread.
Added new options to configure, --with-libdl and --with-pthread.
Diffstat (limited to 'utils')
| -rw-r--r-- | utils/alsa.pc.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/alsa.pc.in b/utils/alsa.pc.in index b64f73a8..8de9859f 100644 --- a/utils/alsa.pc.in +++ b/utils/alsa.pc.in @@ -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 |
