diff options
| author | Kai Kang <kai.kang@windriver.com> | 2022-05-27 10:45:21 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2022-05-28 10:51:07 -0700 |
| commit | 0baa7793e0df81a21a130e6f0513f27b322cd4ad (patch) | |
| tree | b69618deba51d55a96e8e455e3e1da9add729620 | |
| parent | e7193af6c94436a577ebd472c6294eaef7c7cd15 (diff) | |
| download | meta-openembedded-0baa7793e0df81a21a130e6f0513f27b322cd4ad.tar.gz | |
libportal: add distro features check
Add distro features check for libportal because it depends on gtk+3
which requires one of ${GTK3DISTROFEATURES}.
Signed-off-by: Kai Kang <kai.kang@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
| -rw-r--r-- | meta-gnome/recipes-gnome/libportal/libportal_0.6.bb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/meta-gnome/recipes-gnome/libportal/libportal_0.6.bb b/meta-gnome/recipes-gnome/libportal/libportal_0.6.bb index ec728d78b9..9784f04818 100644 --- a/meta-gnome/recipes-gnome/libportal/libportal_0.6.bb +++ b/meta-gnome/recipes-gnome/libportal/libportal_0.6.bb | |||
| @@ -10,7 +10,9 @@ SRC_URI = "git://github.com/flatpak/${BPN}.git;protocol=https;branch=main" | |||
| 10 | SRCREV = "13df0b887a7eb7b0f9b14069561a41f62e813155" | 10 | SRCREV = "13df0b887a7eb7b0f9b14069561a41f62e813155" |
| 11 | S = "${WORKDIR}/git" | 11 | S = "${WORKDIR}/git" |
| 12 | 12 | ||
| 13 | inherit meson gtk-doc gobject-introspection | 13 | inherit meson gtk-doc gobject-introspection features_check |
| 14 | |||
| 15 | ANY_OF_DISTRO_FEATURES = "${GTK3DISTROFEATURES}" | ||
| 14 | 16 | ||
| 15 | DEPENDS += "glib-2.0 glib-2.0-native gtk+3" | 17 | DEPENDS += "glib-2.0 glib-2.0-native gtk+3" |
| 16 | 18 | ||
