explicitly add BR2_PACKAGE_LIBJPEG

pull/822/head
Paul Philippov 2023-05-25 11:19:47 -04:00 committed by GitHub
parent 864e8f22d4
commit 3c802e0a14
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -1,6 +1,7 @@
config BR2_PACKAGE_QUIRC_OPENIPC config BR2_PACKAGE_QUIRC_OPENIPC
bool "quirc" bool "quirc"
select BR2_PACKAGE_JPEG select BR2_PACKAGE_JPEG
select BR2_PACKAGE_LIBJPEG
help help
QR codes are a type of high-density matrix barcodes, and quirc is a library for extracting and decoding them from images. QR codes are a type of high-density matrix barcodes, and quirc is a library for extracting and decoding them from images.