mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 13:16:41 +00:00
lcdproc: fix target depends
This commit is contained in:
parent
e52c90e511
commit
35e981cb04
@ -33,7 +33,7 @@ PKG_IS_ADDON="no"
|
|||||||
PKG_AUTORECONF="yes"
|
PKG_AUTORECONF="yes"
|
||||||
|
|
||||||
if [ "$IRSERVER_SUPPORT" = yes ]; then
|
if [ "$IRSERVER_SUPPORT" = yes ]; then
|
||||||
PKG_DEPENDS="$PKG_DEPENDS irserver"
|
PKG_DEPENDS_TARGET="$PKG_DEPENDS_TARGET irserver"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
PKG_CONFIGURE_OPTS_TARGET="--enable-libusb --enable-drivers=$LCD_DRIVER,!curses,!svga --enable-seamless-hbars"
|
PKG_CONFIGURE_OPTS_TARGET="--enable-libusb --enable-drivers=$LCD_DRIVER,!curses,!svga --enable-seamless-hbars"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user