Blame view

buildroot/buildroot-2016.08.1/package/libqrencode/Config.in 554 Bytes
6b13f685e   김민수   BSP 최초 추가
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
  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.
  
  	  http://fukuchi.org/works/qrencode/index.html
  
  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