From 86fa1ec13fa2b94d1adc69c5f57a028a04f47709 Mon Sep 17 00:00:00 2001 From: Paul Philippov Date: Thu, 25 May 2023 13:52:48 -0400 Subject: [PATCH] Use tab not spaces --- general/package/quirc-openipc/Config.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/general/package/quirc-openipc/Config.in b/general/package/quirc-openipc/Config.in index f7d9974b..f791ce3c 100644 --- a/general/package/quirc-openipc/Config.in +++ b/general/package/quirc-openipc/Config.in @@ -1,7 +1,7 @@ config BR2_PACKAGE_QUIRC_OPENIPC bool "quirc" select BR2_PACKAGE_JPEG - select BR2_PACKAGE_LIBJPEG + select BR2_PACKAGE_LIBJPEG help QR codes are a type of high-density matrix barcodes, and quirc is a library for extracting and decoding them from images.