Skip to content

Commit

Permalink
main/xdg-desktop-portal-gtk: add missing depends
Browse files Browse the repository at this point in the history
xdg-desktop-portal-gtk crashes at runtime if this dependency is missing.
  • Loading branch information
ifreund authored and nekopsykose committed Dec 19, 2023
1 parent 2ddee7c commit 0e2fa52
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main/xdg-desktop-portal-gtk/template.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
pkgname = "xdg-desktop-portal-gtk"
pkgver = "1.15.1"
pkgrel = 0
pkgrel = 1
build_style = "meson"
configure_args = [
# pulls gnome-desktop
Expand All @@ -18,7 +18,7 @@
"gtk+3-devel",
"xdg-desktop-portal-devel",
]
depends = ["xdg-desktop-portal"]
depends = ["xdg-desktop-portal", "gsettings-desktop-schemas"]
pkgdesc = "Gtk implementation of xdg-desktop-portal"
maintainer = "eater <=@eater.me>"
license = "LGPL-2.1-or-later"
Expand Down

0 comments on commit 0e2fa52

Please sign in to comment.