mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 06:06:32 +00:00
czmq: needs host-pkgconf
It uses pkg-config to find zeromq, so ensure it is available. Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
878b9aaba9
commit
daa8485bc1
@ -10,7 +10,7 @@ CZMQ_SITE = $(call github,zeromq,czmq,$(CZMQ_VERSION))
|
|||||||
# Autoreconf required as we use the git tree
|
# Autoreconf required as we use the git tree
|
||||||
CZMQ_AUTORECONF = YES
|
CZMQ_AUTORECONF = YES
|
||||||
CZMQ_INSTALL_STAGING = YES
|
CZMQ_INSTALL_STAGING = YES
|
||||||
CZMQ_DEPENDENCIES = zeromq
|
CZMQ_DEPENDENCIES = zeromq host-pkgconf
|
||||||
CZMQ_LICENSE = MPLv2.0
|
CZMQ_LICENSE = MPLv2.0
|
||||||
CZMQ_LICENSE_FILES = LICENSE
|
CZMQ_LICENSE_FILES = LICENSE
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user