mirror of
https://github.com/archr-linux/Arch-R.git
synced 2026-03-31 14:41:55 -07:00
[libhdhomerun] Add support for pvr.hdhomerun
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user