diff --git a/doceo.modules b/doceo.modules index 0c31769..8c09bf9 100644 --- a/doceo.modules +++ b/doceo.modules @@ -7,7 +7,7 @@ href="http://files.itstool.org/itstool/"/> - + @@ -18,7 +18,7 @@ - + @@ -29,10 +29,10 @@ + module="itstool-2.0.2.tar.bz2" + version="2.0.2" + hash="sha256:bf909fb59b11a646681a8534d5700fec99be83bb2c57badf8c1844512227033a" + size="96748"/> diff --git a/jhbuildrc b/jhbuildrc index d700cbf..1f72454 100644 --- a/jhbuildrc +++ b/jhbuildrc @@ -2,6 +2,6 @@ import os prefix = os.path.abspath(os.path.join(os.path.dirname(__file__), 'jhbuild')) checkoutroot = os.path.join(prefix, 'src') -use_lib64 = False - +modulesets_dir = os.path.abspath(os.path.join(prefix, '..')) +use_local_modulesets = True moduleset = 'doceo.modules'