mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
v4l-utils: build and install ir-ctl as well
Signed-off-by: Matthias Reichl <hias@horus.com>
This commit is contained in:
parent
1411f6098f
commit
27ab0b0f28
@ -33,10 +33,15 @@ PKG_IS_ADDON="no"
|
||||
PKG_AUTORECONF="no"
|
||||
|
||||
PKG_CONFIGURE_OPTS_TARGET="--without-jpeg"
|
||||
PKG_MAKEINSTALL_OPTS_TARGET="PREFIX=/usr -C utils/keytable"
|
||||
|
||||
make_target() {
|
||||
make -C utils/keytable CFLAGS="$TARGET_CFLAGS"
|
||||
make -C utils/ir-ctl CFLAGS="$TARGET_CFLAGS"
|
||||
}
|
||||
|
||||
makeinstall_target() {
|
||||
make install DESTDIR=$INSTALL PREFIX=/usr -C utils/keytable
|
||||
make install DESTDIR=$INSTALL PREFIX=/usr -C utils/ir-ctl
|
||||
}
|
||||
|
||||
post_makeinstall_target() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user