Skip to content

Commit

Permalink
snap: Don't include our glib (ximion#131)
Browse files Browse the repository at this point in the history
We should use the one shipped by the gnome snap; us including ours
results in breakages such as symbol lookup errors due to mismatched
glib versions.
  • Loading branch information
Amin Bandali committed May 27, 2024
1 parent 8a74be5 commit d7a3887
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,17 @@ parts:
- locales-all
- optipng
- shared-mime-info
prime:
- -usr/lib/*/libglib-*
- -usr/lib/*/libgio*
- -usr/lib/*/libgmodule*
- -usr/lib/*/libgobject*
- -usr/lib/*/libgthread*
- -usr/lib/*/pkgconfig/gio*
- -usr/lib/*/pkgconfig/glib-2.0.pc
- -usr/lib/*/pkgconfig/gmodule*
- -usr/lib/*/pkgconfig/gobject-2.0.pc
- -usr/lib/*/pkgconfig/gthread-2.0.pc
after:
- appstream
- gir-to-d

0 comments on commit d7a3887

Please sign in to comment.