The old home page url [1] redirects to https, and points to the japanese version of the site. The commit updates this url to the https english version of the site [2]. [1] http://fukuchi.org/works/qrencode/index.html [2] https://fukuchi.org/en/works/qrencode/ Signed-off-by: Julien Olivain <ju.o@free.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
21 lines
548 B
Plaintext
21 lines
548 B
Plaintext
config BR2_PACKAGE_LIBQRENCODE
|
|
bool "libqrencode"
|
|
help
|
|
libqrencode is a C library for encoding data in a QR Code
|
|
symbol, a kind of 2D symbology that can be scanned by handy
|
|
terminals such as a mobile phone with CCD. The capacity of
|
|
QR Code is up to 7000 digits or 4000 characters, and is
|
|
highly robust.
|
|
|
|
https://fukuchi.org/en/works/qrencode/
|
|
|
|
if BR2_PACKAGE_LIBQRENCODE
|
|
|
|
config BR2_PACKAGE_LIBQRENCODE_TOOLS
|
|
bool "libqrencode tools"
|
|
select BR2_PACKAGE_LIBPNG
|
|
help
|
|
Build command-line tools
|
|
|
|
endif #BR2_PACKAGE_LIBQRENCODE
|