aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorohfp <1813007-ohfp@users.noreply.gitlab.com>2020-03-31 01:03:57 +0200
committerohfp <1813007-ohfp@users.noreply.gitlab.com>2020-03-31 01:03:57 +0200
commit9ff609f70fe8c649be0ba58c13255c98fdec219f (patch)
tree1f8a87038a3e33c2c406ef660f3837035e74e28b
parentcomment some ubuntu-specific options; fix flatpak json talk-variable (diff)
downloadlibrewolf-linux-9ff609f70fe8c649be0ba58c13255c98fdec219f.tar.gz
librewolf-linux-9ff609f70fe8c649be0ba58c13255c98fdec219f.tar.bz2
librewolf-linux-9ff609f70fe8c649be0ba58c13255c98fdec219f.zip
use the intended module, not another one
-rw-r--r--flatpak/content/io.gitlab.LibreWolf.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/flatpak/content/io.gitlab.LibreWolf.json b/flatpak/content/io.gitlab.LibreWolf.json
index b105a5e..cc9b0ee 100644
--- a/flatpak/content/io.gitlab.LibreWolf.json
+++ b/flatpak/content/io.gitlab.LibreWolf.json
@@ -5,7 +5,7 @@
"sdk": "org.gnome.Sdk",
"command": "librewolf",
"modules": [
- "flatpak/content/shared-modules/gtk2/gtk2.json",
+ "flatpak/content/shared-modules/dbus-glib/dbus-glib-0.110.json",
{
"name": "librewolf",
"buildsystem": "simple",
bgstack15