From: Takashi Iwai Date: Sun, 15 May 2005 14:49:11 +0000 (+0000) Subject: Add $include/alsa to the include path X-Git-Tag: v1.0.9rc4~27 X-Git-Url: https://git.alsa-project.org/?a=commitdiff_plain;h=8c09d727430e49a67a97c1645194d64b5d159252;p=alsa-lib.git 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. --- 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