Set correct value for includedir in pkg-config files.

Originally committed as revision 12865 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Diego Biurrun 2008-04-16 21:48:03 +00:00
parent f2b7382cd3
commit de9c6ddd39
1 changed files with 1 additions and 2 deletions

3
configure vendored
View File

@ -2101,7 +2101,6 @@ fi
# build pkg-config files
# FIXME: includedir is hardcoded and may differ from the real path.
pkgconfig_generate(){
name=$1
@ -2113,7 +2112,7 @@ cat <<EOF >$name.pc
prefix=$prefix
exec_prefix=\${prefix}
libdir=$libdir
includedir=\${prefix}/include
includedir=$incdir
Name: $name
Description: $comment