diff options
author | Alexander Kanavin <alex.kanavin@gmail.com> | 2022-12-30 19:38:45 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-01-02 17:34:11 +0000 |
commit | 836a60e184cc0fdad12a2a7032f4570670e7c83a (patch) | |
tree | df46518edacd175271ad519bac5137ea73765975 /meta/recipes-gnome | |
parent | f7e9d1eec75aecb45d5e00e9fc2ee716ddfdf4d5 (diff) | |
download | poky-836a60e184cc0fdad12a2a7032f4570670e7c83a.tar.gz |
libportal: convert from gtk-doc to gi-docgen
(From OE-Core rev: 5a06d319543a6e036c885bb7cab3cf4c49f3aa34)
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-gnome')
-rw-r--r-- | meta/recipes-gnome/libportal/libportal_0.6.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-gnome/libportal/libportal_0.6.bb b/meta/recipes-gnome/libportal/libportal_0.6.bb index 9c628c457f..ca58ef4138 100644 --- a/meta/recipes-gnome/libportal/libportal_0.6.bb +++ b/meta/recipes-gnome/libportal/libportal_0.6.bb | |||
@@ -10,7 +10,8 @@ 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 vala features_check | 13 | inherit meson gi-docgen gobject-introspection vala features_check pkgconfig |
14 | GIDOCGEN_MESON_OPTION = 'docs' | ||
14 | 15 | ||
15 | ANY_OF_DISTRO_FEATURES = "${GTK3DISTROFEATURES}" | 16 | ANY_OF_DISTRO_FEATURES = "${GTK3DISTROFEATURES}" |
16 | 17 | ||