summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Drake <michael.drake@codethink.co.uk>2021-06-22 11:41:32 +0100
committerMichael Drake <michael.drake@codethink.co.uk>2021-06-22 11:41:32 +0100
commit77c29208368a77524e24a419238529edeec82c4d (patch)
tree8d14adc1c3300bfbc63b8f06f96b33b088f38675
parentac5f4ce817d1421798aa4b94daee8deb84e40f76 (diff)
downloadlibdom-77c29208368a77524e24a419238529edeec82c4d.tar.gz
libdom-77c29208368a77524e24a419238529edeec82c4d.tar.bz2
Buildsystem: LibDOM depends on LibWapcaplet.
This fixes the installed pkgconfig file to express the dependency on libwapcaplet.
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 5690403..4b82106 100644
--- a/Makefile
+++ b/Makefile
@@ -149,6 +149,8 @@ INSTALL_ITEMS := $(INSTALL_ITEMS) $(I):$(Is)/html_isindex_element.h
INSTALL_ITEMS := $(INSTALL_ITEMS) /$(LIBDIR)/pkgconfig:lib$(COMPONENT).pc.in
INSTALL_ITEMS := $(INSTALL_ITEMS) /$(LIBDIR):$(OUTPUT)
+REQUIRED_PKGS := $(REQUIRED_PKGS) libwapcaplet
+
ifeq ($(WITH_LIBXML_BINDING),yes)
REQUIRED_PKGS := $(REQUIRED_PKGS) libxml-2.0
endif