lcdd: configure prefix to prevent using host includes

This commit is contained in:
MilhouseVH 2019-04-29 18:13:53 +01:00
parent d22b3d3925
commit 5285c7805f

View File

@ -21,7 +21,7 @@ PKG_IS_ADDON="yes"
PKG_ADDON_NAME="LCDproc"
PKG_ADDON_TYPE="xbmc.service"
PKG_CONFIGURE_OPTS_TARGET="--with-ft-prefix=/usr \
PKG_CONFIGURE_OPTS_TARGET="--with-ft-prefix=$SYSROOT_PREFIX/usr \
--enable-libusb \
--enable-libftdi \
--disable-libX11 \