mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-02 13:59:59 +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:
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 \
|
||||||
|
|||||||
Reference in New Issue
Block a user