From patchwork Thu Sep 24 07:19:19 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ricardo Ribalda X-Patchwork-Id: 9775 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 97203C3B5C for ; Thu, 24 Sep 2020 07:19:43 +0000 (UTC) Received: from lancelot.ideasonboard.com (localhost [IPv6:::1]) by lancelot.ideasonboard.com (Postfix) with ESMTP id 645EE62FF5; Thu, 24 Sep 2020 09:19:43 +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="dA+B5dxr"; dkim-atps=neutral Received: from mail-wm1-x341.google.com (mail-wm1-x341.google.com [IPv6:2a00:1450:4864:20::341]) by lancelot.ideasonboard.com (Postfix) with ESMTPS id 8E43D62FEB for ; Thu, 24 Sep 2020 09:19:41 +0200 (CEST) Received: by mail-wm1-x341.google.com with SMTP id v12so2448608wmh.3 for ; Thu, 24 Sep 2020 00:19:41 -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=1Tp8Dn32aFNHE+jw87O1u90LD6vkiV0HiFU0qQfcIKM=; b=dA+B5dxrhykX2fpLraFWzI7awWq4EplImbI3z7F6t0sakAfYJN/uxfxTAHwnJPCDxS 0SjZmk8dwb0LPao8pEu8G5A8Aau+563CEhDagk2WmBIqIK14Ji95tHbGE+UeCQ0IFxo2 6DcSvnUGdDpwOEZVif7YCcNrOa25X8p8SPyncRNRbAbN9ESbf7/y0r179oZcubr8Yv0P AM5BaiU79egpQ6lOMymysYWtZWKKZCFg/XLzVYa1Jfv129OLci8HF3si4C1KJpBRQ4Am Y+9YmPoK753usXDXrFp4xpLlWPMowYLQabopKSHZuyOIp0VLRqTvE59dMFCFZ6qR5sFO H9EQ== 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=1Tp8Dn32aFNHE+jw87O1u90LD6vkiV0HiFU0qQfcIKM=; b=NsjqMEUhXZt2MOlU+TDSFvUsqI/lXvmoIrkDzBI90IQIRL2I4o1C0FlntIFzj3Jidp DtjktdOwSYsfuDYt7LvlJ0Yr+pL92XoZfFHLQ0+cyfgeHM0MhOUd20N3u5YJ0a4Yd76p pT4YMErvJ7jLPj7cgh4Ckbo29JlO/Fjg/A5w9MAvhYAA3j/piLrFJpYeHGbixuGWSdWu j/4bPnIJhrFTiL1LMjGTXI16zPQowzfdyDSECA/a071nYMz5DizrsxDKD5sPUCGpmA5e pwNfojM0q2uA/6l4E25XzzkcT8tNFTG9kHYP9kmT1f5kJKg5hZMmH357+0I6UkS36xwj HzCw== X-Gm-Message-State: AOAM533kuNE8eXUDOBvgWnNAfpbs2eMhJv9yXA7zEioRrTBZgdxPBDn6 B+uFrd10B+W+jvxC1MXGxjkYsMsV2ZkKow== X-Google-Smtp-Source: ABdhPJyfYb6ANsfVapvfvbVvSsHaxjIfFALVJIl+SB/0W+V9fOcgKWmi9rBWGo0c9GHeatdsY26Klg== X-Received: by 2002:a1c:f716:: with SMTP id v22mr3013499wmh.183.1600931980963; Thu, 24 Sep 2020 00:19:40 -0700 (PDT) Received: from piling.lan ([80.71.134.83]) by smtp.gmail.com with ESMTPSA id z9sm2275393wmg.46.2020.09.24.00.19.39 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 24 Sep 2020 00:19:39 -0700 (PDT) From: Ricardo Ribalda To: libcamera-devel@lists.libcamera.org, Kieran Bingham , Laurent Pinchart Date: Thu, 24 Sep 2020 09:19:19 +0200 Message-Id: <20200924071922.231063-9-ricardo@ribalda.com> X-Mailer: git-send-email 2.28.0 In-Reply-To: <20200924071922.231063-1-ricardo@ribalda.com> References: <20200924071922.231063-1-ricardo@ribalda.com> MIME-Version: 1.0 Subject: [libcamera-devel] [PATCH v2 08/11] 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. Reviewed-by: Kieran Bingham Signed-off-by: Ricardo Ribalda --- 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())