From patchwork Mon Dec 27 04:33:43 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Nicolas Dufresne via libcamera-devel X-Patchwork-Id: 15222 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 55E5BBE080 for ; Mon, 27 Dec 2021 04:33:58 +0000 (UTC) Received: from lancelot.ideasonboard.com (localhost [IPv6:::1]) by lancelot.ideasonboard.com (Postfix) with ESMTP id 8473760905; Mon, 27 Dec 2021 05:33:57 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=libcamera.org; s=mail; t=1640579637; bh=dPokbfdRUTzbGxf3TCgeDRVGA17zmEv9qjb9WTtk5hU=; h=Date:To:List-Id:List-Post:From:List-Subscribe:List-Unsubscribe: List-Archive:Reply-To:List-Help:Subject:From; b=1+2pKTGWugRxO+MMnXjuR/2/FZuwQivBl6tyPOla9o6IM2qibREuEx26Vf0eu9N6K eeFGO9VX819rH0jekA0xGSzlqT7tROanQAkwWsowEJKXXYneIKjZzw6jwgkJG3kolA Zpbh4MPbNaB8BWa7owK6TzGsSlkp9uG9Gp9x27W4TI4//ot908hqBfRgZl4q8OG/69 gNLKv1SYaE26FAYwB7KZIQh7MLTgZXcYx2GiOx+8CBWZ7qctkG/O/gEQH8uwtuWv7E ACu3fimWARTz1VzBMleEIs5N2sLTCwIRU06H7Fo5ZZqIjjiEO37/nzXh3dVvzjrSiA 3SJzuan1/47oA== Date: Mon, 27 Dec 2021 13:33:43 +0900 To: libcamera-devel@lists.libcamera.org MIME-Version: 1.0 Message-ID: List-Id: List-Post: X-Patchwork-Original-From: Johann Koenig via libcamera-devel From: Nicolas Dufresne via libcamera-devel Precedence: list X-Mailman-Version: 2.1.29 X-BeenThere: libcamera-devel@lists.libcamera.org List-Subscribe: , List-Unsubscribe: , List-Archive: Reply-To: Johann Koenig List-Help: Subject: [libcamera-devel] [PATCH] readme: Convert tabs to spaces Content-Disposition: inline Errors-To: libcamera-devel-bounces@lists.libcamera.org Sender: "libcamera-devel" The initial commit (a146cdb) used tabs for all the dependencies. The first time a line was edited (2de7843/30f9624) it did not keep the tab. This makes them all consistent. Signed-off-by: johannkoenig@google.com Reviewed-by: Jacopo Mondi Reviewed-by: Laurent Pinchart Signed-off-by: Johann Koenig --- README.rst | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.rst b/README.rst index c48b4dba..05f0e6f2 100644 --- a/README.rst +++ b/README.rst @@ -44,7 +44,7 @@ The following Debian/Ubuntu packages are required for building libcamera. Other distributions may have differing package names: A C++ toolchain: [required] - Either {g++, clang} + Either {g++, clang} Meson Build system: [required] meson (>= 0.55) ninja-build pkg-config @@ -78,19 +78,19 @@ for the Raspberry Pi IPA: [optional] 'pipelines' option to avoid this dependency. for device hotplug enumeration: [optional] - libudev-dev + libudev-dev for documentation: [optional] - python3-sphinx doxygen graphviz texlive-latex-extra + python3-sphinx doxygen graphviz texlive-latex-extra for gstreamer: [optional] - libgstreamer1.0-dev libgstreamer-plugins-base1.0-dev + libgstreamer1.0-dev libgstreamer-plugins-base1.0-dev for cam: [optional] libevent-dev for qcam: [optional] - qtbase5-dev libqt5core5a libqt5gui5 libqt5widgets5 qttools5-dev-tools libtiff-dev + qtbase5-dev libqt5core5a libqt5gui5 libqt5widgets5 qttools5-dev-tools libtiff-dev for tracing with lttng: [optional] liblttng-ust-dev python3-jinja2 lttng-tools