We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1532188 + 7a95c81 commit e2c80c9Copy full SHA for e2c80c9
snap/snapcraft.yaml
@@ -309,8 +309,8 @@ parts:
309
310
gamemode:
311
after: [meson-deps]
312
- source: https://github.com/ashuntu/gamemode.git
313
- source-branch: "add-snap-support"
+ source: https://github.com/FeralInteractive/gamemode.git
+ source-tag: "1.8.2"
314
plugin: meson
315
organize:
316
snap/steam/current/usr: usr
@@ -320,9 +320,12 @@ parts:
320
- libsystemd-dev
321
- pkg-config
322
- libdbus-1-dev
323
+ stage-packages:
324
+ - libinih1
325
prime:
- - usr/bin/gamemoderun
326
+ - usr/bin/gamemode*
327
- usr/lib/*/libgamemode*.so.*
328
+ - usr/lib/*/libinih.so.*
329
330
debug-tools:
331
plugin: nil
0 commit comments