mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 05:36:47 +00:00
tiff: add cxx support
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
32161aa09b
commit
256a32e031
@ -10,7 +10,7 @@ cd $PKG_BUILD
|
||||
--disable-static \
|
||||
--enable-shared \
|
||||
--disable-mdi \
|
||||
--disable-cxx \
|
||||
--enable-cxx \
|
||||
--with-jpeg-lib-dir=$SYSROOT_PREFIX/usr/lib \
|
||||
--with-jpeg-include-dir=$SYSROOT_PREFIX/usr/include \
|
||||
--without-x
|
||||
|
@ -3,4 +3,4 @@
|
||||
. config/options $1
|
||||
|
||||
mkdir -p $INSTALL/usr/lib
|
||||
cp -PR $PKG_BUILD/libtiff/.libs/*.so* $INSTALL/usr/lib
|
||||
cp -P $PKG_BUILD/libtiff/.libs/*.so* $INSTALL/usr/lib
|
||||
|
Loading…
x
Reference in New Issue
Block a user