ffmpeg: fix dependencies
[oi-userland.git] / components / encumbered / x265-3.6 / patches / pkgconfig.patch
blob7c48b8e5451dd5cf8925aeb1053e0887389465fe
1 --- a/source/x265.pc.in
2 +++ b/source/x265.pc.in
3 @@ -1,6 +1,6 @@
4 prefix=@CMAKE_INSTALL_PREFIX@
5 exec_prefix=${prefix}
6 -libdir=${exec_prefix}/@LIB_INSTALL_DIR@
7 +libdir=@LIB_INSTALL_DIR@
8 includedir=${prefix}/include
10 Name: @CMAKE_PROJECT_NAME@