From 79bd33601a2ccabaab73fbbfda4f569926d83bc7 Mon Sep 17 00:00:00 2001 From: Colin Kinloch Date: Sun, 28 Jan 2024 18:56:39 +0000 Subject: [PATCH] Add gamemode dependency --- org.yuzu_emu.yuzu.json | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/org.yuzu_emu.yuzu.json b/org.yuzu_emu.yuzu.json index 3da3f30..41617e3 100644 --- a/org.yuzu_emu.yuzu.json +++ b/org.yuzu_emu.yuzu.json @@ -238,6 +238,27 @@ } ] }, + { + "name": "gamemode", + "buildsystem": "meson", + "config-opts": [ + "-Dwith-sd-bus-provider=no-daemon", + "-Dwith-examples=false" + ], + "sources": [ + { + "type": "archive", + "url": "https://github.com/FeralInteractive/gamemode/releases/download/1.8.1/gamemode-1.8.1.tar.xz", + "sha256": "cdb117d05d65dbd03c0bd2104df874a1f878db8f23cc4d55bfa44e832482269e", + "x-checker-data": { + "type": "anitya", + "project-id": 17418, + "stable-only": true, + "url-template": "https://github.com/FeralInteractive/gamemode/releases/download/$version/gamemode-$version.tar.xz" + } + } + ] + }, { "name": "yuzu", "buildsystem": "cmake-ninja",