]> git.eshelyaron.com Git - emacs.git/commit
Add libtiff support to Android port
authorPo Lu <luangruo@yahoo.com>
Sat, 28 Jan 2023 12:47:26 +0000 (20:47 +0800)
committerPo Lu <luangruo@yahoo.com>
Sat, 28 Jan 2023 12:47:26 +0000 (20:47 +0800)
commit22749d69e5892896f5ae9d26e7d6c43da67fa13d
tree848c857ec4fafc07fe921eebaef8bbf3dd6b1cca
parent1ba1f277b6953f07b6449da6b7f074fb82f6f418
Add libtiff support to Android port

* INSTALL.android: Document how to build with libtiff.

* build-aux/ndk-build-helper-1.mk (NDK_SO_NAME):
* build-aux/ndk-build-helper-2.mk (NDK_A_NAME):
* build-aux/ndk-build-helper-4.mk: Decrease number of duplicate
dependencies found.
* configure.ac (ANDROID_SDK_18_OR_EARLIER, XCONFIGURE, PNG_CFLAGS)
(HAVE_TIFF): Allow using libtiff on Android.
* cross/ndk-build/ndk-clear-vars.mk: Undefine additional
variables.
* cross/ndk-build/ndk-resolve.mk: Split CFLAGS resolution from
a-name resolution, and do not recursively add archive or shared
object names for dependencies of shared libraries.

* src/Makefile.in (TIFF_CFLAGS): New variable.
(EMACS_CFLAGS): Use it.
INSTALL.android
build-aux/ndk-build-helper-1.mk
build-aux/ndk-build-helper-2.mk
build-aux/ndk-build-helper-4.mk
configure.ac
cross/ndk-build/ndk-clear-vars.mk
cross/ndk-build/ndk-resolve.mk
src/Makefile.in