Skip to content

Commit cd325cd

Browse files
authored
fix snap build problem (#716)
1 parent 5a63f29 commit cd325cd

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

snap/snapcraft.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,11 @@ parts:
3535
appstream,
3636
]
3737
plugin: meson
38-
meson-parameters: ["--prefix=/usr"]
38+
meson-parameters: ["--prefix=/snap/iptux/current/usr"]
39+
organize:
40+
snap/iptux/current/usr: usr
3941
stage-packages:
42+
- glib-networking
4043
- libjsoncpp25
4144
- libsigc++-2.0-0v5
4245
- libayatana-appindicator3-1

0 commit comments

Comments
 (0)