Commit de9c6ddd authored by Diego Biurrun's avatar Diego Biurrun

Set correct value for includedir in pkg-config files.

Originally committed as revision 12865 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent f2b7382c
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment