mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
libcec: install cec testprogram on devel builds
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
e14f263605
commit
7e6e533b72
@ -24,3 +24,8 @@
|
||||
|
||||
mkdir -p $INSTALL/usr/lib
|
||||
cp -P $PKG_BUILD/src/lib/.libs/*.so* $INSTALL/usr/lib
|
||||
|
||||
if [ "$DEVTOOLS" = yes ]; then
|
||||
mkdir -p $INSTALL/usr/bin
|
||||
cp -P $PKG_BUILD/src/testclient/.libs/cec-client $INSTALL/usr/bin
|
||||
fi
|
Loading…
x
Reference in New Issue
Block a user