Emacs: add native json support
This commit is contained in:
parent
72d0c3e180
commit
9f94a9d291
@ -6,7 +6,7 @@ TERMUX_PKG_VERSION=27.2
|
||||
TERMUX_PKG_REVISION=2
|
||||
TERMUX_PKG_SRCURL=https://ftp.gnu.org/gnu/emacs/emacs-${TERMUX_PKG_VERSION}.tar.xz
|
||||
TERMUX_PKG_SHA256=b4a7cc4e78e63f378624e0919215b910af5bb2a0afc819fad298272e9f40c1b9
|
||||
TERMUX_PKG_DEPENDS="ncurses, gnutls, libxml2"
|
||||
TERMUX_PKG_DEPENDS="ncurses, gnutls, libxml2, libjansson"
|
||||
TERMUX_PKG_BREAKS="emacs-dev"
|
||||
TERMUX_PKG_REPLACES="emacs-dev"
|
||||
TERMUX_PKG_SERVICE_SCRIPT=("emacsd" 'exec emacs --fg-daemon 2>&1')
|
||||
@ -28,6 +28,7 @@ TERMUX_PKG_EXTRA_CONFIGURE_ARGS="
|
||||
--with-modules
|
||||
--with-pdumper=yes
|
||||
--with-dumping=none
|
||||
--with-json
|
||||
"
|
||||
|
||||
if $TERMUX_DEBUG_BUILD; then
|
||||
|
Loading…
Reference in New Issue
Block a user