mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 05:36:47 +00:00
Add support for pvr.hdhomerun
This commit is contained in:
parent
cf99aa123a
commit
4bb33b8853
@ -41,4 +41,10 @@ makeinstall_target() {
|
||||
|
||||
mkdir -p $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