summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorTakashi Iwai <tiwai@suse.de>2007-03-22 00:48:18 +0100
committerTakashi Iwai <tiwai@suse.de>2007-03-22 00:48:18 +0100
commit70e4ec9d08ca7c162dce873d82b5610c700cf707 (patch)
treefa2bd727ca4f527443f56c134264716b648e980c /utils
parent9a75eec6645c7034542f571e63cc5824a5d3e1cd (diff)
downloadalsa-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.in2
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