Merge pull request #549 from vitalogy/lcdproc-fix

lcdproc: do not use freetype from host
This commit is contained in:
Lukas Rusak 2016-07-19 10:56:59 -07:00 committed by GitHub
commit 4af5a0e133

View File

@ -47,7 +47,7 @@ for i in $LCD_DRIVER; do
done
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() {
# dont build parallel