mirror of https://github.com/OpenIPC/firmware.git
libjpeg package is BR2_PACKAGE_JPEG (#822)
parent
29f288d0eb
commit
565d5d95dd
|
@ -1,5 +1,6 @@
|
||||||
config BR2_PACKAGE_QUIRC_OPENIPC
|
config BR2_PACKAGE_QUIRC_OPENIPC
|
||||||
bool "quirc"
|
bool "quirc"
|
||||||
|
select BR2_PACKAGE_JPEG
|
||||||
select BR2_PACKAGE_LIBJPEG
|
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.
|
||||||
|
|
Loading…
Reference in New Issue