From patchwork Wed Sep 23 15:15:15 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ricardo Ribalda X-Patchwork-Id: 9753 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 A667CC3B5C for ; Wed, 23 Sep 2020 15:21:17 +0000 (UTC) Received: from lancelot.ideasonboard.com (localhost [IPv6:::1]) by lancelot.ideasonboard.com (Postfix) with ESMTP id 022FF62FEC; Wed, 23 Sep 2020 17:21:17 +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="kYvYYstQ"; dkim-atps=neutral Received: from mail-wr1-x442.google.com (mail-wr1-x442.google.com [IPv6:2a00:1450:4864:20::442]) by lancelot.ideasonboard.com (Postfix) with ESMTPS id B865562FDE for ; Wed, 23 Sep 2020 17:15:28 +0200 (CEST) Received: by mail-wr1-x442.google.com with SMTP id o5so379449wrn.13 for ; Wed, 23 Sep 2020 08:15:28 -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=wXK8SsrbaXMwrqt9MA7JWLMInUq+oFsmqCloG0Cx8NA=; b=kYvYYstQgtGdmj425HhrucQefmOoxI2HqQaeCFxX9aVwP3eDYyOEZLzz8OiqhQnr4X gVRGLIS+UKAKU5ZnnrzY+NezcrxjCmeeMbYFLcchIehT9BCUv7yp2iUKX/LFPt5JBUw9 +W+sSYyr0+MjKhjj4vglv+DmGdtMHMqGLIdRg7D+zowRZUeeq5hanfLEql/hsGxMt7iC zuha0xIgDTl9DXgCni3GqCN3SNbCwsyvbrTKW6BIeSV9UanOZeisEoCKtHznIsU51o7b zIZn4iJzW968LHcwm5kyMDUWVC1dSoW9/TgZUMxsL/QbVLSHR4jPt5m5WjYgnsPwcMFZ 7cTA== 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=wXK8SsrbaXMwrqt9MA7JWLMInUq+oFsmqCloG0Cx8NA=; b=MQLAMS2/4DOutHRkqiGVz9Y1Pf99oj1T059/t932ZBIyIKp+/7rvIM+8Ikr3sFDOkp KIjkqZ+dk32F899y8EBokaS7YRc4RUdjEaQ+Weij2S8yoikJTOUl21pVQLO1DhgWsCDL YMV9kxb7pb2NStpKGmR6quO+80g6nWc5dyWp9TLTA5UQVDCii56zcaXeAlUjYSTJ1nnW uEmULvO6EbPPcEs9CTqlosqDAX5LlE9oBh7jDFpGWyZ6yhhWuxGpq61an+uhU8CW4reI 3VgJsuxcaGMfeY4MzX+Xm+NMMty8KMRLWGEYDirjIOztUfRjpQWCBqNzLNaiTN9aZIUW qEjQ== X-Gm-Message-State: AOAM533pZc66Kjxdw8FmsHSjcoTLKOdtY/ZWkB9O01fCqMJ2M5edfGm2 rmsiS9N/8SRj0gM2W9+Kpg95mU8ho955uA== X-Google-Smtp-Source: ABdhPJyXdu2SK8MffkfBZvcAC4ha0xCo4RbTYQl6eTlWGH+FgrGIeNHaOxifJ14J9/6BXNeChXLsPA== X-Received: by 2002:adf:eacb:: with SMTP id o11mr106695wrn.209.1600874128091; Wed, 23 Sep 2020 08:15:28 -0700 (PDT) Received: from piling.lan ([80.71.134.83]) by smtp.gmail.com with ESMTPSA id h76sm146268wme.10.2020.09.23.08.15.26 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 23 Sep 2020 08:15:26 -0700 (PDT) From: Ricardo Ribalda To: libcamera-devel@lists.libcamera.org Date: Wed, 23 Sep 2020 17:15:15 +0200 Message-Id: <20200923151522.56778-3-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 2/9] README: Move the required dependencies to the top 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" Signed-off-by: Ricardo Ribalda Reviewed-by: Kieran Bingham --- README.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.rst b/README.rst index 2863326..cfd0be7 100644 --- a/README.rst +++ b/README.rst @@ -57,6 +57,9 @@ Meson Build system: [required] pip3 install --user meson pip3 install --user --upgrade meson +for IPA module signing: [required] + libgnutls28-dev openssl + for device hotplug enumeration: [optional] pkg-config libudev-dev @@ -66,9 +69,6 @@ for documentation: [optional] for gstreamer: [optional] libgstreamer1.0-dev libgstreamer-plugins-base1.0-dev -for IPA module signing: [required] - libgnutls28-dev openssl - for qcam: [optional] qtbase5-dev libqt5core5a libqt5gui5 libqt5widgets5