Skip to content

Commit

Permalink
Fix use_local_modulesets, fix references to repository.
Browse files Browse the repository at this point in the history
  • Loading branch information
cpatulea committed Jan 3, 2024
1 parent 7124d86 commit 7dde4d7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions jhbuildrc-custom
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,6 @@ modules = ["python3", "meta-osx-xpra-deps"]

#change moduleset
use_local_modulesets = True
modulesets_dir = "."
moduleset="xpra-gtk3.modules"
#os.environ["SSL_CERT_FILE"] = "/Users/osx/gtk/inst/etc/ssl/cacert.pem"
4 changes: 2 additions & 2 deletions modulesets-stable/gtk-osx.modules
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@
<branch module="pixman/pixman-0.42.2.tar.gz"
version="0.42.2"
hash="sha512:0a4e327aef89c25f8cb474fbd01de834fd2a1b13fdf7db11ab72072082e45881cd16060673b59d02054b1711ae69c6e2395f6ae9214225ee7153939efcd2fa5d"
repo="cairographics"></branch>
repo="osuosl"></branch>
<after>
<dep package="meta-gtk-osx-bootstrap" />
</after>
Expand All @@ -209,7 +209,7 @@
<branch module="cairo/cairo-1.18.0.tar.xz"
version="1.18.0"
hash="sha256:243a0736b978a33dee29f9cca7521733b78a65b5418206fef7bd1c3d4cf10b64"
repo="cairographics">
repo="osuosl">
</branch>
<dependencies>
<dep package="pixman" />
Expand Down

0 comments on commit 7dde4d7

Please sign in to comment.