Skip to content

Commit

Permalink
lcdproc: do not use freetype from host
Browse files Browse the repository at this point in the history
  • Loading branch information
vitalogy committed Jul 19, 2016
1 parent de6f79d commit 413309f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/sysutils/lcdproc/package.mk
Original file line number Diff line number Diff line change
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 413309f

Please sign in to comment.