diff --git a/build/pkg.py b/build/pkg.py index e6a10bb3..769cc15f 100644 --- a/build/pkg.py +++ b/build/pkg.py @@ -7,8 +7,6 @@ """ PKG_CONFIG ?= pkg-config PACKAGES := $(shell $(PKG_CONFIG) --list-all | cut -d' ' -f1 | sort) -PCFILES := $(wildcard $(patsubst %,%/*.pc,$(subst :, ,$(shell $(PKG_CONFIG) --variable pc_path pkg-config)))) -$(OBJ)/build.mk: $(PCFILES) """ )