1
0
mirror of https://github.com/termux/termux-packages synced 2024-06-13 17:26:39 +00:00

transmission: --disable-gtk is not a valid configure option

This commit is contained in:
Faheem Pervez 2020-06-16 09:37:04 +01:00 committed by Leonid Pliushch
parent b0e536a257
commit f58dce7d41

View File

@ -6,7 +6,7 @@ TERMUX_PKG_SRCURL=https://github.com/transmission/transmission.git
# lint-packages complains if SHA256 is not set
TERMUX_PKG_SHA256=SKIP_CHECKSUM
TERMUX_PKG_DEPENDS="libcurl, libevent, miniupnpc, openssl"
TERMUX_PKG_EXTRA_CONFIGURE_ARGS="--disable-gtk --enable-lightweight --cache-file=termux_configure.cache"
TERMUX_PKG_EXTRA_CONFIGURE_ARGS="--without-gtk --enable-lightweight --cache-file=termux_configure.cache"
# transmission already puts timestamps in the info printed to stdout so no need for svlogd -tt,
# therefore we override the transmission/log run script
TERMUX_PKG_SERVICE_SCRIPT=(