xdg-desktop-portal: add missing glib-2.0-native dependency

Without this we get this error `| ../git/src/meson.build:3:29: ERROR: Program
'gdbus-codegen' not found or not executable`

and glib-2.0-native provides gdbus-codegen

Signed-off-by: Maxime Roussin-Bélanger <maxime.roussinbelanger@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Maxime Roussin-Belanger
2024-01-26 13:55:02 -05:00
committed by Khem Raj
parent a678038766
commit e88210eae3
@@ -8,6 +8,7 @@ REQUIRED_DISTRO_FEATURES = "polkit"
DEPENDS = " \ DEPENDS = " \
json-glib \ json-glib \
glib-2.0 \ glib-2.0 \
glib-2.0-native \
flatpak \ flatpak \
libportal \ libportal \
geoclue \ geoclue \