From patchwork Wed Aug 16 05:50:49 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Markus Volk X-Patchwork-Id: 28900 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id 23696C001B0 for ; Wed, 16 Aug 2023 05:51:07 +0000 (UTC) Received: from mailout04.t-online.de (mailout04.t-online.de [194.25.134.18]) by mx.groups.io with SMTP id smtpd.web10.154987.1692165064941575032 for ; Tue, 15 Aug 2023 22:51:05 -0700 Authentication-Results: mx.groups.io; dkim=none (message not signed); spf=none, err=SPF record not found (domain: t-online.de, ip: 194.25.134.18, mailfrom: f_l_k@t-online.de) Received: from fwd72.aul.t-online.de (fwd72.aul.t-online.de [10.223.144.98]) by mailout04.t-online.de (Postfix) with SMTP id 8B7969FE7 for ; Wed, 16 Aug 2023 07:51:02 +0200 (CEST) Received: from intel-corei7-64.fritz.box ([84.163.44.168]) by fwd72.t-online.de with (TLSv1.3:TLS_AES_256_GCM_SHA384 encrypted) esmtp id 1qW9Qr-09hf0b0; Wed, 16 Aug 2023 07:51:01 +0200 From: Markus Volk To: openembedded-devel@lists.openembedded.org Subject: [meta-gnome][PATCH] evince: fix api-documentation build Date: Wed, 16 Aug 2023 07:50:49 +0200 Message-ID: <20230816055049.1313842-1-f_l_k@t-online.de> X-Mailer: git-send-email 2.41.0 MIME-Version: 1.0 X-TOI-EXPURGATEID: 150726::1692165061-737FD980-3E115666/0/0 CLEAN NORMAL X-TOI-MSGID: a4a58adb-89ec-4594-b42c-62c27a6714ed List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Wed, 16 Aug 2023 05:51:07 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/104409 Signed-off-by: Markus Volk --- meta-gnome/recipes-gnome/evince/evince_44.2.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-gnome/recipes-gnome/evince/evince_44.2.bb b/meta-gnome/recipes-gnome/evince/evince_44.2.bb index 00d1079103..67449be23e 100644 --- a/meta-gnome/recipes-gnome/evince/evince_44.2.bb +++ b/meta-gnome/recipes-gnome/evince/evince_44.2.bb @@ -27,7 +27,7 @@ DEPENDS = " \ GNOMEBASEBUILDCLASS = "meson" -inherit gnomebase itstool gnome-help pkgconfig gsettings gobject-introspection gettext mime-xdg gtk-doc features_check gtk-icon-cache +inherit gnomebase itstool gnome-help pkgconfig gsettings gobject-introspection gettext mime-xdg gi-docgen features_check gtk-icon-cache REQUIRED_DISTRO_FEATURES = "${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'opengl', '', d)}"