Skip to content

Commit

Permalink
Merge pull request #549 from vitalogy/lcdproc-fix
Browse files Browse the repository at this point in the history
lcdproc: do not use freetype from host
  • Loading branch information
lrusak committed Jul 19, 2016
2 parents 0f8bbb6 + 413309f commit 4af5a0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/sysutils/lcdproc/package.mk
Expand Up @@ -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
Expand Down

0 comments on commit 4af5a0e

Please sign in to comment.