mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-08-01 06:57:50 +00:00
[libhdhomerun] Add support for pvr.hdhomerun
This commit is contained in:
parent
7d3842e518
commit
705773f6df
@ -41,4 +41,10 @@ makeinstall_target() {
|
|||||||
|
|
||||||
mkdir -p $INSTALL/usr/lib/
|
mkdir -p $INSTALL/usr/lib/
|
||||||
cp -PR libhdhomerun.so $INSTALL/usr/lib/
|
cp -PR libhdhomerun.so $INSTALL/usr/lib/
|
||||||
|
|
||||||
|
mkdir -p $SYSROOT_PREFIX/usr/include/hdhomerun
|
||||||
|
cp *.h $SYSROOT_PREFIX/usr/include/hdhomerun
|
||||||
|
|
||||||
|
mkdir -p $SYSROOT_PREFIX/usr/lib
|
||||||
|
cp libhdhomerun.so $SYSROOT_PREFIX/usr/lib
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user