Merge branch 'LO' into 'master'

Remove 2 LibreOffice build-deps

This removes 2 dependencies (libxslt1-dev and xmllint) that i found when building in a VM.
Now we only need this => https://gitlab.com/fdroid/fdroidserver/merge_requests/42

See merge request !552
This commit is contained in:
Boris Kraut 2015-02-04 22:23:05 +00:00
commit 62f04c011f

View file

@ -37,7 +37,7 @@ Build:4.5.0.0.alpha0+/7f68f67,6
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 --with-build-platform-configure-options="--with-system-jpeg=no --with-x=no --disable-gconf --disable-python" && \
./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-system-libxml=no --with-x=no --disable-gconf --disable-python" && \
make versionCode=6
Auto Update Mode:None