From patchwork Wed Sep 23 15:15:21 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ricardo Ribalda X-Patchwork-Id: 9759 Return-Path: X-Original-To: parsemail@patchwork.libcamera.org Delivered-To: parsemail@patchwork.libcamera.org Received: from lancelot.ideasonboard.com (lancelot.ideasonboard.com [92.243.16.209]) by patchwork.libcamera.org (Postfix) with ESMTPS id 65988C3B5C for ; Wed, 23 Sep 2020 15:21:20 +0000 (UTC) Received: from lancelot.ideasonboard.com (localhost [IPv6:::1]) by lancelot.ideasonboard.com (Postfix) with ESMTP id 31FA462FFC; Wed, 23 Sep 2020 17:21:20 +0200 (CEST) Authentication-Results: lancelot.ideasonboard.com; dkim=fail reason="signature verification failed" (2048-bit key; unprotected) header.d=gmail.com header.i=@gmail.com header.b="OOrlN95k"; dkim-atps=neutral Received: from mail-wr1-x444.google.com (mail-wr1-x444.google.com [IPv6:2a00:1450:4864:20::444]) by lancelot.ideasonboard.com (Postfix) with ESMTPS id C59F562FF9 for ; Wed, 23 Sep 2020 17:15:36 +0200 (CEST) Received: by mail-wr1-x444.google.com with SMTP id w5so416606wrp.8 for ; Wed, 23 Sep 2020 08:15:36 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=sender:from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=sJ4E2q6J4puidfIV+YgM7ze14pdpYVYEZIeU8DFihKI=; b=OOrlN95kvWeXWurfYETuUOUMtApciH2HbP7KiJH9CHZN6GTG1TbQ+ow1JjzweHacPS Ms2k2n92fg+LbskjUGVfgYOe+TxEAO6Bigs5wfTowTBidTLiNQlDFjNVhjVF06b1FgZG lyO9XCwWyfi3EMKZkGbrzuc/+EWdQoaplPPqDdS7cmkGF66GS1p5GiUp6rpLAW3NSbEk OERmRZCemIc97uDW/sfj5DCli9oSq3lq0IYByWxeUMAYjOPmVMe4YA484WZ6VyKzqjoP 2EzRk3RCQV9ZUFVy5KEPhnYayG2Wi//GwhI5HgWm7C/hgDYKH4SZii8AVNnfwKp9WUuV Ar0g== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:sender:from:to:cc:subject:date:message-id :in-reply-to:references:mime-version:content-transfer-encoding; bh=sJ4E2q6J4puidfIV+YgM7ze14pdpYVYEZIeU8DFihKI=; b=KgABkbdj8YHn1Gdp06Wwyeoj3e43SBY7v3jw/nSJqeWlMKTLCnNvtsd02xov5tKsom ynnscmdMVL/LEPXsWVrJWDhAD9B1ECwW5cmsI3LkqLURKT8wSsBMRYwgxRtb0lWnXCVt gVWcbldW7WRhNQvIl96F5+GsLbn36oHTUOOZiM0raUN2ZLMeAq7aJdgV2eUKkbjY24ZF kl/py9CQRzeItC9C4aQVEqNh5K71ZMr9CgLckXt2QMNTbTSSv7bvQKVkAnYP+v0iGnJF xctOUa3Lt1vm0aHBEIt6IycjdNk3F5cogwtfBcwyO94R8EYUs4/94YfV+bxSBzCZKWwi RTzA== X-Gm-Message-State: AOAM532P9LYsu8cQ4cYtfjBV0pYkJGfpt8XwPEsvVw546U43Uzi2OnFJ 4Vkh9laDgVNYKK0viGNWcNBbPhS2888xHQ== X-Google-Smtp-Source: ABdhPJwspBQEMXEjAvc4IpADQ533Wx/FNx1VR2yqnJUiR+n6YtiOwaecvFxTwdfCNOw/OEQYUFukdQ== X-Received: by 2002:adf:dd51:: with SMTP id u17mr94099wrm.355.1600874136128; Wed, 23 Sep 2020 08:15:36 -0700 (PDT) Received: from piling.lan ([80.71.134.83]) by smtp.gmail.com with ESMTPSA id h76sm146268wme.10.2020.09.23.08.15.34 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 23 Sep 2020 08:15:34 -0700 (PDT) From: Ricardo Ribalda To: libcamera-devel@lists.libcamera.org Date: Wed, 23 Sep 2020 17:15:21 +0200 Message-Id: <20200923151522.56778-9-ricardo@ribalda.com> X-Mailer: git-send-email 2.28.0 In-Reply-To: <20200923151522.56778-1-ricardo@ribalda.com> References: <20200923151522.56778-1-ricardo@ribalda.com> MIME-Version: 1.0 X-Mailman-Approved-At: Wed, 23 Sep 2020 17:21:14 +0200 Subject: [libcamera-devel] [PATCH 8/9] Documentation: Search for dot binary X-BeenThere: libcamera-devel@lists.libcamera.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: libcamera-devel-bounces@lists.libcamera.org Sender: "libcamera-devel" Doxygen depends on dot to generate the documentation. Make this dependency explicit on the meson file. Signed-off-by: Ricardo Ribalda Reviewed-by: Kieran Bingham --- Documentation/meson.build | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Documentation/meson.build b/Documentation/meson.build index a09c7f2..7b497ae 100644 --- a/Documentation/meson.build +++ b/Documentation/meson.build @@ -8,8 +8,9 @@ doc_install_dir = join_paths(get_option('datadir'), 'doc', # doxygen = find_program('doxygen', required : false) +dot = find_program('dot', required : false) -if doxygen.found() +if doxygen.found() and dot.found() cdata = configuration_data() cdata.set('VERSION', 'v@0@'.format(libcamera_git_version)) cdata.set('TOP_SRCDIR', meson.source_root())