Gitweb links:

...log 
http://git.netsurf-browser.org/libdom.git/shortlog/77c29208368a77524e24a419238529edeec82c4d
...commit 
http://git.netsurf-browser.org/libdom.git/commit/77c29208368a77524e24a419238529edeec82c4d
...tree 
http://git.netsurf-browser.org/libdom.git/tree/77c29208368a77524e24a419238529edeec82c4d

The branch, master has been updated
       via  77c29208368a77524e24a419238529edeec82c4d (commit)
      from  ac5f4ce817d1421798aa4b94daee8deb84e40f76 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commitdiff 
http://git.netsurf-browser.org/libdom.git/commit/?id=77c29208368a77524e24a419238529edeec82c4d
commit 77c29208368a77524e24a419238529edeec82c4d
Author: Michael Drake <[email protected]>
Commit: Michael Drake <[email protected]>

    Buildsystem: LibDOM depends on LibWapcaplet.
    
    This fixes the installed pkgconfig file to express the dependency
    on libwapcaplet.

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


-----------------------------------------------------------------------

Summary of changes:
 Makefile |    2 ++
 1 file changed, 2 insertions(+)

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


-- 
Document Object Model library
_______________________________________________
netsurf-commits mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to