From 8c09d727430e49a67a97c1645194d64b5d159252 Mon Sep 17 00:00:00 2001 From: Takashi Iwai Date: Sun, 15 May 2005 14:49:11 +0000 Subject: [PATCH] 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. --- utils/alsa.pc.in | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/utils/alsa.pc.in b/utils/alsa.pc.in index 6255baf1..546e4875 100644 --- a/utils/alsa.pc.in +++ b/utils/alsa.pc.in @@ -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 -- 2.47.1