mirror of
https://github.com/pikvm/ustreamer.git
synced 2026-05-26 23:36:16 +00:00
Issue #264: Properly checking of pkg-config
This commit is contained in:
4
Makefile
4
Makefile
@@ -17,8 +17,8 @@ _LINTERS_IMAGE ?= ustreamer-linters
|
|||||||
|
|
||||||
|
|
||||||
# =====
|
# =====
|
||||||
ifeq (, $(shell which pkg-config))
|
ifeq (__not_found__,$(shell which pkg-config 2>/dev/null || echo "__not_found__"))
|
||||||
$(error "No pkg-config found in $(PATH)")
|
$(error "No pkg-config found in $(PATH)")
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user