From patchwork Fri Jun 24 23:15:53 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Laurent Pinchart X-Patchwork-Id: 16370 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 39031BD808 for ; Fri, 24 Jun 2022 23:16:19 +0000 (UTC) Received: from lancelot.ideasonboard.com (localhost [IPv6:::1]) by lancelot.ideasonboard.com (Postfix) with ESMTP id 51B0965636; Sat, 25 Jun 2022 01:16:18 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=libcamera.org; s=mail; t=1656112578; bh=+tLdqC+idfIpPvHQi7Cd3rO3A71X9BJE/sE59V5/820=; h=To:Date:In-Reply-To:References:Subject:List-Id:List-Unsubscribe: List-Archive:List-Post:List-Help:List-Subscribe:From:Reply-To: From; b=sWOnkyhRbuoqxPEIF0YU0KpyQ+VWQFv963aFht8Ffosxj4NnzltNUDpxyasSXPIr1 ZzYA5v6Y3Ej2JRbhfHaQTwqY3kh82a+Giv5i49ncotIT0l9U/QpTzv5v/2b7bYzV9C J/D+65RPBTL2XQcHzmvKyTXRR2654hjG3KHFP+UzHPvxICpFeDQuMZ+vejUx88U/bM O9Ed0emCKDpUI0BWVcmWTOVVrXInJd3YawheU2HTB7jpoE1jj4NUfGYqoWeEimsmq/ mhKiSNim0bxh+CWrdaCTRDzIPIGuT8guyfK+x59beS0DARLwTXvdmnDD6DpYklYUz/ duy1UEFp7JbMw== Received: from perceval.ideasonboard.com (perceval.ideasonboard.com [IPv6:2001:4b98:dc2:55:216:3eff:fef7:d647]) by lancelot.ideasonboard.com (Postfix) with ESMTPS id 4E6D86048F for ; Sat, 25 Jun 2022 01:16:16 +0200 (CEST) Authentication-Results: lancelot.ideasonboard.com; dkim=pass (1024-bit key; unprotected) header.d=ideasonboard.com header.i=@ideasonboard.com header.b="tQDUne4Q"; dkim-atps=neutral Received: from pendragon.lan (62-78-145-57.bb.dnainternet.fi [62.78.145.57]) by perceval.ideasonboard.com (Postfix) with ESMTPSA id 94DB2575; Sat, 25 Jun 2022 01:16:15 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com; s=mail; t=1656112575; bh=+tLdqC+idfIpPvHQi7Cd3rO3A71X9BJE/sE59V5/820=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=tQDUne4Qw4dLS4Y0cQ9/FXlj6YZoVlvLnBOklxWH0SiwEg70KVzNaQ99t8lsAhQsR tRJt0dnRQwm58n66NiA4K0UTFUoZGDH8WwCNL1y3XgDo6LSwIuJKshvHlzW7Se+K0U lPBswYS8N217dakDJZXuVXJvzPfLikAks4bNWJcA= To: libcamera-devel@lists.libcamera.org Date: Sat, 25 Jun 2022 02:15:53 +0300 Message-Id: <20220624231553.2137-1-laurent.pinchart@ideasonboard.com> X-Mailer: git-send-email 2.35.1 In-Reply-To: <165607485532.1149771.12526676719332647089@Monstersaurus> References: <165607485532.1149771.12526676719332647089@Monstersaurus> MIME-Version: 1.0 Subject: [libcamera-devel] [PATCH v2] README: Add some extra optional dependancies for cam sinks 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: , X-Patchwork-Original-From: Laurent Pinchart via libcamera-devel From: Laurent Pinchart Reply-To: Laurent Pinchart Errors-To: libcamera-devel-bounces@lists.libcamera.org Sender: "libcamera-devel" From: Eric Curtin KMS sink requires some DRM libraries, SDL sink requires some SDL libraries. Suggested-by: Pavel Machek Signed-off-by: Eric Curtin Signed-off-by: Laurent Pinchart Reviewed-by: Jacopo Mondi --- A v2 just to make sure we're on the same page. README.rst | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 05ebcec4c4c1..b9e72d81b90c 100644 --- a/README.rst +++ b/README.rst @@ -87,7 +87,13 @@ for gstreamer: [optional] libgstreamer1.0-dev libgstreamer-plugins-base1.0-dev for cam: [optional] - libevent-dev + libevent-dev is required to support cam, however the following + optional dependencies bring more functionality to the cam test + tool: + + - libdrm-dev: Enables the KMS sink + - libsdl2-dev: Enables the SDL sink + - libsdl2-image-dev: Supports MJPEG on the SDL sink for qcam: [optional] qtbase5-dev libqt5core5a libqt5gui5 libqt5widgets5 qttools5-dev-tools libtiff-dev