mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
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:
parent
a678038766
commit
e88210eae3
|
|
@ -8,6 +8,7 @@ REQUIRED_DISTRO_FEATURES = "polkit"
|
|||
DEPENDS = " \
|
||||
json-glib \
|
||||
glib-2.0 \
|
||||
glib-2.0-native \
|
||||
flatpak \
|
||||
libportal \
|
||||
geoclue \
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user