package/bitcoin: disable gui
Currently gui is autodetected so disable it for now Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
parent
e0c48090f4
commit
0215c1d40f
@ -15,7 +15,8 @@ BITCOIN_CONF_OPTS = \
|
||||
--disable-wallet \
|
||||
--disable-tests \
|
||||
--with-boost-libdir=$(STAGING_DIR)/usr/lib/ \
|
||||
--disable-hardening
|
||||
--disable-hardening \
|
||||
--without-gui
|
||||
|
||||
ifeq ($(BR2_PACKAGE_LIBMINIUPNPC),y)
|
||||
BITCOIN_DEPENDENCIES += libminiupnpc
|
||||
|
Loading…
Reference in New Issue
Block a user