From patchwork Mon Oct 4 07:30:49 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Hirokazu Honda X-Patchwork-Id: 14034 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 733ADBDC71 for ; Mon, 4 Oct 2021 07:31:00 +0000 (UTC) Received: from lancelot.ideasonboard.com (localhost [IPv6:::1]) by lancelot.ideasonboard.com (Postfix) with ESMTP id E55D6691B7; Mon, 4 Oct 2021 09:30:59 +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="gb7Me5pD"; dkim-atps=neutral Received: from mail-pg1-x536.google.com (mail-pg1-x536.google.com [IPv6:2607:f8b0:4864:20::536]) by lancelot.ideasonboard.com (Postfix) with ESMTPS id A8C3B602DC for ; Mon, 4 Oct 2021 09:30:57 +0200 (CEST) Received: by mail-pg1-x536.google.com with SMTP id 75so15710890pga.3 for ; Mon, 04 Oct 2021 00:30:57 -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=ur06P8OqwMb12SXcgJcBZKt+jrTKx2M/XWfKuzRN7+A=; b=gb7Me5pD4Ay+gNvQy2SXZpbuRdLJaREEMlaCsCihtKg/33YzLe8OAA/t4x+kAmbkLr iUOfxYWzDffxrNGdnG451O/TuecZ9TIJpeIQcY71AsSfT1cqXKwI8Wo4bmmioWHsEsSV 7bpctyfzwZvHFiZ0bDZMrtnDOAow1k3SC3rwQ= 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=ur06P8OqwMb12SXcgJcBZKt+jrTKx2M/XWfKuzRN7+A=; b=KA7OqpxgjbLm/2tfL9PnvuJ2Xbyh3OGQOI6F8L522OoY5BSN0CBvihEU4VhUNELRxe k6T5CNrSlr/KWzGUdiJ241sdED8mNEK7wsfkan8h+tGqN0IP3Qho610fK6XCbc62l+vv 30YYBW/XAKjXAyOfD/D/JB2QnfEB7Q7bojTa2Cji5TZG7SOuy2Jgc1nrpwicMuc7seSx o5UbbMZQTqnTrku2EuZ+z064ms1bFuWyCnMMyzz1yydRCmwu5Lqdb54bU/+UeBz7/OX5 4/bnnuC6fjfWykr/6tIaFUYzoRSH4/x5M1MxcwT88qm2Bt64/L4jKRCJuU/fq2JY9PRv 3fJw== X-Gm-Message-State: AOAM531QxTM9XAUgWj1oEFNFWhO4rr3ES1JJE1xEkUFwmqbcfWxoKEaI srT3KlZmGHEkEQz7z0ZGrqLJvMKbIgOTUg== X-Google-Smtp-Source: ABdhPJwpolkDz/0Qo5oOwEqRXhKjS5lhxbvI3Tg2TTEJo1wys+PZ4xXvuvAj/rcCeHzXj+CAAoOtGg== X-Received: by 2002:a65:6643:: with SMTP id z3mr9643635pgv.16.1633332655700; Mon, 04 Oct 2021 00:30:55 -0700 (PDT) Received: from hiroh2.tok.corp.google.com ([2401:fa00:8f:203:15ef:e4fd:2730:ca53]) by smtp.gmail.com with ESMTPSA id r130sm5675922pfc.89.2021.10.04.00.30.53 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 04 Oct 2021 00:30:55 -0700 (PDT) From: Hirokazu Honda To: libcamera-devel@lists.libcamera.org Date: Mon, 4 Oct 2021 16:30:49 +0900 Message-Id: <20211004073049.3518879-1-hiroh@chromium.org> X-Mailer: git-send-email 2.33.0.800.g4c38ced690-goog MIME-Version: 1.0 Subject: [libcamera-devel] [PATCH] 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 --- README.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.rst b/README.rst index a0cc4597..84232a54 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] + libgtest-dev libevent-dev + Using GStreamer plugin ~~~~~~~~~~~~~~~~~~~~~~