From patchwork Thu Sep 24 07:19:13 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ricardo Ribalda X-Patchwork-Id: 9768 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 CFDFCC3B5C for ; Thu, 24 Sep 2020 07:19:33 +0000 (UTC) Received: from lancelot.ideasonboard.com (localhost [IPv6:::1]) by lancelot.ideasonboard.com (Postfix) with ESMTP id A034762FEE; Thu, 24 Sep 2020 09:19:33 +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="Aup/IM0f"; dkim-atps=neutral Received: from mail-wm1-x344.google.com (mail-wm1-x344.google.com [IPv6:2a00:1450:4864:20::344]) by lancelot.ideasonboard.com (Postfix) with ESMTPS id 9820660362 for ; Thu, 24 Sep 2020 09:19:31 +0200 (CEST) Received: by mail-wm1-x344.google.com with SMTP id x23so2394707wmi.3 for ; Thu, 24 Sep 2020 00:19:31 -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=TrsN2ggAXhkpEVtYaf3bmN1MxnB9OgUooG6SOJz55tc=; b=Aup/IM0fcCLupTt4ckhdunYc/2ZAY4YLm8Gza0apQ+4NTJ9t6amAEvU4RBRD+G70ry ZcXM/WspvWewT0Ps8ukB0DXj0tQKIhMc8VWsEQmwUi0CM06zHmhTdKHzSsTR4ILURSnC /BnlTDOhS0bidSQlCjfvVyvaL0LqmgQEZCiCAzR+E5meXE6E5yqD9DOX+vANW39IbdkD ffujSgij/UBFCsZ/ggVY7Mkus5SrU5/30lSVMFBjcd0d3sxsb9RrlXXSCo4XLstipJpT d/2AU/JnzMswth9URYXXwIO+wQ7c526t98ojvqp995XHfgHU/TpZhMQsjPCvsjZFr4j7 wAaA== 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=TrsN2ggAXhkpEVtYaf3bmN1MxnB9OgUooG6SOJz55tc=; b=m6oVy3rdKqebZ56Tft943xbF4+fg3W1h3A0BT0Xl3ijG/+GexMzK7L5sT5+iudoQjn emx4202H0dGSN1io2kl6MtrUQFouis3YZQUOiSiPwrTUlXkrQLqeliZlUfbOIjna0egQ 57cD67zYy4iK9UFUbdNIf4pTywFiA6yHWSb5aLEVA6u6RL0a4kbGUrMTEdhLLMAU3lST ATPxLsbibbYEaofxzFSIo6Oy8+xf61cECqOiA5KmVTljm+jt5PH7T5Z1HU7t1tfcdv08 bYHKQP0J5dRdW6KCQmFCdqblTJ/I7wTJnrAUcwt1gpWX814RWehy5vL7f5wzt6yuAIgV UGMA== X-Gm-Message-State: AOAM5324FTFbOBtedx33/HDkBznEo/fzvcp8p3CtivqmTVK6kSssTEDN qeUUfoh+uHR1J3s9aL3/P3lZDAQc3S2ljw== X-Google-Smtp-Source: ABdhPJxp9p27z/dA17uI7OL96enaO7aM35OrhWeVxAjE22/kWRdNoPuw2DwNstHCTGGFIDVafmuojA== X-Received: by 2002:a1c:5602:: with SMTP id k2mr3235168wmb.25.1600931970882; Thu, 24 Sep 2020 00:19:30 -0700 (PDT) Received: from piling.lan ([80.71.134.83]) by smtp.gmail.com with ESMTPSA id z9sm2275393wmg.46.2020.09.24.00.19.29 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 24 Sep 2020 00:19:29 -0700 (PDT) From: Ricardo Ribalda To: libcamera-devel@lists.libcamera.org, Kieran Bingham , Laurent Pinchart Date: Thu, 24 Sep 2020 09:19:13 +0200 Message-Id: <20200924071922.231063-3-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 02/11] 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" Reviewed-by: Kieran Bingham Signed-off-by: Ricardo Ribalda --- README.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.rst b/README.rst index e756753..5059ce9 100644 --- a/README.rst +++ b/README.rst @@ -60,6 +60,9 @@ Meson Build system: [required] for generating the control definitions: [required] python3-yaml +for IPA module signing: [required] + libgnutls28-dev openssl + for device hotplug enumeration: [optional] pkg-config libudev-dev @@ -69,9 +72,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