mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-08-01 15:07:49 +00:00
x265: update INSTALL_PREFIX
cmake defaults the install directory to /usr/local on UNIX. - https://cmake.org/cmake/help/latest/variable/CMAKE_INSTALL_PREFIX.html This results is the x265.pc file located in /usr/local/lib/pkgconfig instead of /usr/lib/pkgconfig and not being found when pkg-config is called.
This commit is contained in:
parent
87503cb36e
commit
b28a019e09
@ -14,5 +14,5 @@ PKG_TOOLCHAIN="make"
|
|||||||
|
|
||||||
pre_configure_target() {
|
pre_configure_target() {
|
||||||
LDFLAGS+=" -ldl"
|
LDFLAGS+=" -ldl"
|
||||||
cmake -G "Unix Makefiles" ./source
|
cmake -DCMAKE_INSTALL_PREFIX=/usr -G "Unix Makefiles" ./source
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user