From patchwork Mon Oct 4 07:33:18 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Hirokazu Honda X-Patchwork-Id: 14035 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 E4DDAC3243 for ; Mon, 4 Oct 2021 07:33:25 +0000 (UTC) Received: from lancelot.ideasonboard.com (localhost [IPv6:::1]) by lancelot.ideasonboard.com (Postfix) with ESMTP id 78B53691B9; Mon, 4 Oct 2021 09:33:25 +0200 (CEST) Authentication-Results: lancelot.ideasonboard.com; dkim=fail reason="signature verification failed" (1024-bit key; unprotected) header.d=chromium.org header.i=@chromium.org header.b="akBRtw2h"; dkim-atps=neutral Received: from mail-pl1-x62c.google.com (mail-pl1-x62c.google.com [IPv6:2607:f8b0:4864:20::62c]) by lancelot.ideasonboard.com (Postfix) with ESMTPS id 89B24602DC for ; Mon, 4 Oct 2021 09:33:24 +0200 (CEST) Received: by mail-pl1-x62c.google.com with SMTP id w11so10464311plz.13 for ; Mon, 04 Oct 2021 00:33:24 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=chromium.org; s=google; h=from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; bh=SnBMnpfUI1CElmaoBAYyVdCiUKA4zRiYpPXM3xcmO1Y=; b=akBRtw2h8pHBKNVpgG5LMrVD55IsBCvgsw0kppoTbBUMicu9mOOe+yE2nLpstBZm9E x98PKbjzd1r/hL1HLLQj0M7pYGA9LNiioxxN4fB8lcgLz9DXsiHLHgzj57ibmfWZzlB8 29NPGrgqWU+wHnL5WJ6/V+1KtLtyv1EUlQpH0= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; bh=SnBMnpfUI1CElmaoBAYyVdCiUKA4zRiYpPXM3xcmO1Y=; b=uRMhmD97t/G+Ow3OvV1XAvJyCvYx9utgW8fGGDXg6m1ByEKRfzIzj7kV2TgQb6XD2T xaLw3SeVNI5l3A0yUZ1w4fpHJOPuNK+LHt1CZOqmHZ6zPR/3dojBqfXXeUr2v9zKHAaU CzklR9I05m73u6JHI9G58I9XJ3/JfGts+2//twOPVa5Tiwot8InUq6jQoOkJSuMecbzq /LhwNp2DmbzgHqKj3KHglopbkm+gqOyHEmXRS/2Pd00OwyutfNpdXDRUnuMBGI00Zku0 tn4FMXulbCpZSN7yUCV7qvVrmStGS0wQ+8DSzdGKwjszbFLKPHzTMO5qOtS6XcbIjyja RVZA== X-Gm-Message-State: AOAM531dSPZbe17sSph+TsEPdsS4CJ/Tln6cjfY9W0hQXxvwOkfVDMt/ I9QdQRtdtMgizxLKtX5tBLmzlrB4YzktIw== X-Google-Smtp-Source: ABdhPJyGyeQI4VWInrz9dsHM5/uR/E9alXrI9mrJ6h4sSgPve8K/oG72uhnZeB4O1ZBi3Xmj/wV3LA== X-Received: by 2002:a17:902:8503:b0:13a:366:8c46 with SMTP id bj3-20020a170902850300b0013a03668c46mr21853320plb.37.1633332802753; Mon, 04 Oct 2021 00:33:22 -0700 (PDT) Received: from hiroh2.tok.corp.google.com ([2401:fa00:8f:203:15ef:e4fd:2730:ca53]) by smtp.gmail.com with ESMTPSA id 4sm11898701pjb.21.2021.10.04.00.33.21 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 04 Oct 2021 00:33:22 -0700 (PDT) From: Hirokazu Honda To: libcamera-devel@lists.libcamera.org Date: Mon, 4 Oct 2021 16:33:18 +0900 Message-Id: <20211004073318.3519241-1-hiroh@chromium.org> X-Mailer: git-send-email 2.33.0.800.g4c38ced690-goog MIME-Version: 1.0 Subject: [libcamera-devel] [PATCH v2] README: Add lc-compliance dependencies 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" libevent-dev and libgtest-dev are required for lc-compliance. Write them into lc-compliance dependencies in README.rst. Signed-off-by: Hirokazu Honda Reviewed-by: Laurent Pinchart --- Reorder in alphabetical order. --- README.rst | 3 +++ 1 file changed, 3 insertions(+) -- 2.33.0.800.g4c38ced690-goog diff --git a/README.rst b/README.rst index a0cc4597..341ecd92 100644 --- a/README.rst +++ b/README.rst @@ -90,6 +90,9 @@ for tracing with lttng: [optional] for android: [optional] libexif-dev libjpeg-dev libyaml-dev +for lc-compliance: [optional] + libevent-dev libgtest-dev + Using GStreamer plugin ~~~~~~~~~~~~~~~~~~~~~~