diff options
author | Dan Goodliffe <dan@randomdan.homeip.net> | 2025-08-07 19:38:41 +0100 |
---|---|---|
committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2025-08-07 19:38:41 +0100 |
commit | 2556f1184f077c73e7f8ade8230a9e8e824e46af (patch) | |
tree | c45f38845f6b8e40d3d49aeb4123298cec98c6dd | |
parent | Update to libxmlpp-5 (diff) | |
download | icespider-main.tar.bz2 icespider-main.tar.xz icespider-main.zip |
Update to glibmm-2.68HEADicespider-0.10.1main
-rw-r--r-- | Jamroot.jam | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Jamroot.jam b/Jamroot.jam index 663f148..79a2c09 100644 --- a/Jamroot.jam +++ b/Jamroot.jam @@ -56,5 +56,5 @@ project icespider : requirements build-project icespider ; pkg-config.import libxmlpp : : <name>libxml++-5.0 ; -pkg-config.import glibmm : : <name>glibmm-2.4 ; +pkg-config.import glibmm : : <name>glibmm-2.68 ; |