diff options
| author | Maxime Roussin-Belanger <maxime.roussin-belanger@sonatest.com> | 2024-01-26 13:55:02 -0500 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2024-01-27 09:48:33 -0800 |
| commit | e88210eae3bd29c84d9497fa9055d976f13e6d90 (patch) | |
| tree | 8466dae6b61ce15d028de97fcd30110da8626cb7 | |
| parent | a678038766792188aae450e1687f79b8c04dce1f (diff) | |
| download | meta-openembedded-e88210eae3bd29c84d9497fa9055d976f13e6d90.tar.gz | |
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>
| -rw-r--r-- | meta-oe/recipes-support/xdg-desktop-portal/xdg-desktop-portal_1.18.1.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/xdg-desktop-portal/xdg-desktop-portal_1.18.1.bb b/meta-oe/recipes-support/xdg-desktop-portal/xdg-desktop-portal_1.18.1.bb index f8a07eb644..0aa8724281 100644 --- a/meta-oe/recipes-support/xdg-desktop-portal/xdg-desktop-portal_1.18.1.bb +++ b/meta-oe/recipes-support/xdg-desktop-portal/xdg-desktop-portal_1.18.1.bb | |||
| @@ -8,6 +8,7 @@ REQUIRED_DISTRO_FEATURES = "polkit" | |||
| 8 | DEPENDS = " \ | 8 | DEPENDS = " \ |
| 9 | json-glib \ | 9 | json-glib \ |
| 10 | glib-2.0 \ | 10 | glib-2.0 \ |
| 11 | glib-2.0-native \ | ||
| 11 | flatpak \ | 12 | flatpak \ |
| 12 | libportal \ | 13 | libportal \ |
| 13 | geoclue \ | 14 | geoclue \ |
