desktop/xdg-desktop-portal: Add missing json-glib dependency.

Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
This commit is contained in:
Andrew Clemons 2019-10-27 14:21:07 +13:00 committed by Willy Sudiarto Raharjo
parent a1b2f472f1
commit 6b02f215ed
No known key found for this signature in database
GPG Key ID: 887B8374D7333381
1 changed files with 1 additions and 1 deletions

View File

@ -5,6 +5,6 @@ DOWNLOAD="https://github.com/flatpak/xdg-desktop-portal/releases/download/1.4.2/
MD5SUM="0afda886f8cc0eb4ed1edefca69a25e5"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="pipewire"
REQUIRES="pipewire json-glib"
MAINTAINER="Vincent Batts"
EMAIL="vbatts@hashbangbash.com"