summaryrefslogtreecommitdiff
path: root/Jamroot.jam
diff options
context:
space:
mode:
authorDan Goodliffe <dan@randomdan.homeip.net>2025-06-13 23:28:03 +0100
committerDan Goodliffe <dan@randomdan.homeip.net>2025-06-13 23:28:03 +0100
commit4db6050cb46aea36c780fc654efff91ab87fec96 (patch)
treeff3db9f43818df56d0b8ded7fc3af1144637d168 /Jamroot.jam
parentUpdate to C++23 and fix lots of warnings (diff)
downloadicespider-4db6050cb46aea36c780fc654efff91ab87fec96.tar.bz2
icespider-4db6050cb46aea36c780fc654efff91ab87fec96.tar.xz
icespider-4db6050cb46aea36c780fc654efff91ab87fec96.zip
Update to libxmlpp-5HEADicespider-0.10.0main
Diffstat (limited to 'Jamroot.jam')
-rw-r--r--Jamroot.jam2
1 files changed, 1 insertions, 1 deletions
diff --git a/Jamroot.jam b/Jamroot.jam
index 5a29d9a..663f148 100644
--- a/Jamroot.jam
+++ b/Jamroot.jam
@@ -55,6 +55,6 @@ project icespider : requirements
build-project icespider ;
-pkg-config.import libxmlpp : : <name>libxml++-3.0 ;
+pkg-config.import libxmlpp : : <name>libxml++-5.0 ;
pkg-config.import glibmm : : <name>glibmm-2.4 ;