Remove some dependencies

This commit is contained in:
Matías Zúñiga 2015-01-26 18:23:32 +00:00
parent 7c1a2b4843
commit 0217f51593

View file

@ -32,9 +32,11 @@ Build:4.5.0.0.alpha0+/e12d566,3
srclibs=LOTarballs@c873ae6f
ndk=r10d
output=android/experimental/LOAndroid3/bin/LibreOfficeViewer-release-unsigned.apk
prebuild=sed -i -e 's/\/$(OOO_VENDOR)//g' android/Bootstrap/Makefile.shared
prebuild=sed -i -e 's/\/$(OOO_VENDOR)//g' android/Bootstrap/Makefile.shared && \
sed -i -e 's/test_fontconfig=yes/test_fontconfig=no/g' configure.ac && \
sed -i -e 's/test_freetype=yes/test_freetype=no/g' configure.ac
build=ln -s ../$$LOTarballs$$ external/tarballs && \
./autogen.sh --enable-release-build --with-vendor=F-Droid --with-android-package-name="com.collabora.libreoffice" --enable-fetch-external=no --with-android-ndk=$$NDK$$ --with-android-ndk-toolchain-version=4.9 --with-android-sdk=$$SDK$$ --with-distro=LibreOfficeAndroid && \
./autogen.sh --enable-release-build --with-vendor=F-Droid --with-android-package-name="com.collabora.libreoffice" --enable-fetch-external=no --with-android-ndk=$$NDK$$ --with-android-ndk-toolchain-version=4.9 --with-android-sdk=$$SDK$$ --with-distro=LibreOfficeAndroid --with-build-platform-configure-options="--with-system-jpeg=no --with-x=no --disable-gconf --disable-python" && \
make versionCode=3
Auto Update Mode:None