From 69bf3fe5cd4f3a99af33c98b84543c9df1dd9826 Mon Sep 17 00:00:00 2001 From: Viktor <35473052+viktorxda@users.noreply.github.com> Date: Tue, 2 Jan 2024 02:47:58 +0100 Subject: [PATCH] [no ci] Package: add BR2_PACKAGE_LIBJPEG to quirc-openipc --- general/package/quirc-openipc/Config.in | 1 + 1 file changed, 1 insertion(+) diff --git a/general/package/quirc-openipc/Config.in b/general/package/quirc-openipc/Config.in index 04308fdc..42b70208 100644 --- a/general/package/quirc-openipc/Config.in +++ b/general/package/quirc-openipc/Config.in @@ -1,5 +1,6 @@ config BR2_PACKAGE_QUIRC_OPENIPC bool "quirc-openipc" + select BR2_PACKAGE_JPEG help QR codes are a type of high-density matrix barcodes, and quirc is a library for extracting and decoding them from images. https://github.com/dlbeer/quirc