mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-08-12 19:23:12 +00:00
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>
This commit is contained in:
parent
e7193af6c9
commit
0baa7793e0
@ -10,7 +10,9 @@ SRC_URI = "git://github.com/flatpak/${BPN}.git;protocol=https;branch=main"
|
||||
SRCREV = "13df0b887a7eb7b0f9b14069561a41f62e813155"
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
inherit meson gtk-doc gobject-introspection
|
||||
inherit meson gtk-doc gobject-introspection features_check
|
||||
|
||||
ANY_OF_DISTRO_FEATURES = "${GTK3DISTROFEATURES}"
|
||||
|
||||
DEPENDS += "glib-2.0 glib-2.0-native gtk+3"
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user