mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-04 06:10:16 +03:00
zeromq: add explicit --without-pgm when pgm is disabled
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
@@ -38,6 +38,8 @@ endif
|
||||
ifeq ($(BR2_PACKAGE_ZEROMQ_PGM),y)
|
||||
ZEROMQ_DEPENDENCIES += host-pkgconf openpgm
|
||||
ZEROMQ_CONF_OPTS += --with-pgm
|
||||
else
|
||||
ZEROMQ_CONF_OPTS += --without-pgm
|
||||
endif
|
||||
|
||||
# ZeroMQ uses libsodium if it's available.
|
||||
|
||||
Reference in New Issue
Block a user