mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 21:26:49 +00:00
Merge pull request #549 from vitalogy/lcdproc-fix
lcdproc: do not use freetype from host
This commit is contained in:
commit
4af5a0e133
@ -47,7 +47,7 @@ for i in $LCD_DRIVER; do
|
|||||||
done
|
done
|
||||||
unset IFS
|
unset IFS
|
||||||
|
|
||||||
PKG_CONFIGURE_OPTS_TARGET="--enable-libusb --enable-drivers=$LCD_DRIVER,!curses,!svga --enable-seamless-hbars"
|
PKG_CONFIGURE_OPTS_TARGET="--with-ft-prefix=$SYSROOT_PREFIX/usr --enable-libusb --enable-drivers=$LCD_DRIVER,!curses,!svga --enable-seamless-hbars"
|
||||||
|
|
||||||
pre_make_target() {
|
pre_make_target() {
|
||||||
# dont build parallel
|
# dont build parallel
|
||||||
|
Loading…
x
Reference in New Issue
Block a user