ftgl: simplyfing cmake configuration

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2016-09-23 14:29:49 -07:00 committed by Lukas Rusak
parent d2282e4819
commit e376580d7e
No known key found for this signature in database
GPG Key ID: 8C310C807E7393A3

View File

@ -32,8 +32,4 @@ PKG_LONGDESC="ftgl:"
PKG_IS_ADDON="no"
PKG_AUTORECONF="no"
configure_target() {
cmake -DCMAKE_TOOLCHAIN_FILE=$CMAKE_CONF \
-DOUTPUT_DIR=$SYSROOT_PREFIX/usr \
..
}
PKG_CMAKE_OPTS_TARGET="-DOUTPUT_DIR=$SYSROOT_PREFIX/usr"