mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-08-02 16:07:42 +00:00
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-wallet \
|
||||||
--disable-tests \
|
--disable-tests \
|
||||||
--with-boost-libdir=$(STAGING_DIR)/usr/lib/ \
|
--with-boost-libdir=$(STAGING_DIR)/usr/lib/ \
|
||||||
--disable-hardening
|
--disable-hardening \
|
||||||
|
--without-gui
|
||||||
|
|
||||||
ifeq ($(BR2_PACKAGE_LIBMINIUPNPC),y)
|
ifeq ($(BR2_PACKAGE_LIBMINIUPNPC),y)
|
||||||
BITCOIN_DEPENDENCIES += libminiupnpc
|
BITCOIN_DEPENDENCIES += libminiupnpc
|
||||||
|
Loading…
x
Reference in New Issue
Block a user