mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-20 12:49:14 +00:00
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:
commit
62f04c011f
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue