summaryrefslogtreecommitdiffstats
path: root/lib/build-deps.mk
diff options
context:
space:
mode:
Diffstat (limited to 'lib/build-deps.mk')
-rw-r--r--lib/build-deps.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/build-deps.mk b/lib/build-deps.mk
index 38c1251..c9f77e5 100644
--- a/lib/build-deps.mk
+++ b/lib/build-deps.mk
@@ -24,7 +24,7 @@ PKGCONF_CMD := $(PKGCONF_ENV) $(PKGCONF) $(PKGCONFFLAGS)
pc_lib := $(libname)-uninstalled
LIB_pc_u := $(PCDIR)/$(pc_lib).pc
_LIB_pc_u := $(builddir)/$(pc_lib).pc
-pc_reqs := $(shell $(PKGCONF_CMD) --print-requires-private $(pc_lib))
+pc_reqs := $(shell $(PKGCONF_CMD) --print-requires-private $(pc_lib)) $(pc_lib)
DEFAULT_CPPFLAGS := $(shell $(PKGCONF_CMD) --cflags $(pc_lib))