mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 22:26:31 +00:00
gmpc: needs gob2 installed on host, so check for it
This commit is contained in:
parent
2bb4de2058
commit
366137edc6
@ -20,3 +20,10 @@ GMPC_CONF_OPT += --disable-sm
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
$(eval $(call AUTOTARGETS,package,gmpc))
|
$(eval $(call AUTOTARGETS,package,gmpc))
|
||||||
|
|
||||||
|
# we NEED a host gob2
|
||||||
|
ifeq ($(BR2_PACKAGE_GMPC),y)
|
||||||
|
ifeq ($(wildcard $(shell which gob2 || echo /usr/bin/gob2)),)
|
||||||
|
$(error Host gob2 not found. Please install GTK+ Object Builder package on your host (something like gob2))
|
||||||
|
endif
|
||||||
|
endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user