Received: from perceval.ideasonboard.com (perceval.ideasonboard.com [IPv6:2001:4b98:dc2:55:216:3eff:fef7:d647]) by gbr-app-1.alpinelinux.org (Postfix) with ESMTPS id 677AE220296 for ; Sat, 14 Jan 2023 16:39:05 +0000 (UTC) Received: from uno.LocalDomain (93-61-96-190.ip145.fastwebnet.it [93.61.96.190]) by perceval.ideasonboard.com (Postfix) with ESMTPSA id 174C64D4; Sat, 14 Jan 2023 17:39:03 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com; s=mail; t=1673714343; bh=WshTRZKcG4LOgc0L3oKHJXvErZYUFpE/zv/4gjYxDIM=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=rLCnQ9v0lSkpdzBNQ33VWfptvs+jjgtBmc10C+sYsIVoKtNEjINe5Ag+Nnnhp1+9O 0f77vV2YoZBGSHKnoyF8Ie56AAeCHivM8Ehl4LYWdsLTaBBLHDvPNFsRfZLseW4fb4 qYCAKrjBDyzBkHWl9SgtmgwsEIeQjGQHn6wh+GAQ= From: Jacopo Mondi To: alpine-aports@lists.alpinelinux.org Cc: Jacopo Mondi Subject: [PATCH 2/2] community/libcamera: add sdl2 dependency for cam Date: Sat, 14 Jan 2023 17:38:44 +0100 Message-Id: <20230114163844.10487-2-jacopo.mondi@ideasonboard.com> X-Mailer: git-send-email 2.39.0 In-Reply-To: <20230114163844.10487-1-jacopo.mondi@ideasonboard.com> References: <20230114163844.10487-1-jacopo.mondi@ideasonboard.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit The cam test tol can preview frames using SDL2 if available during compilation. Add sdl2 and sdl2_image to the dependencies list. Signed-off-by: Jacopo Mondi --- This is only required for the cam test tool and should probably be made a libcamera-tools sub-package dependency. Not sure if this can be expressed in APKBUILD. community/libcamera/APKBUILD | 2 ++ 1 file changed, 2 insertions(+) diff --git a/community/libcamera/APKBUILD b/community/libcamera/APKBUILD index 1bf0015ec127..252c879e784d 100644 --- a/community/libcamera/APKBUILD +++ b/community/libcamera/APKBUILD @@ -13,6 +13,8 @@ depends_dev=" gnutls-dev gst-plugins-bad-dev qt5-qtbase-dev + sdl2-dev + sdl2_image-dev " # upstream calls 'date' with a non-POSIX option so we pull in coreutils makedepends="$depends_dev -- 2.39.0