Blame view

buildroot/buildroot-2016.08.1/package/zbar/zbar.mk 629 Bytes
6b13f685e   김민수   BSP 최초 추가
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
  ################################################################################
  #
  # zbar
  #
  ################################################################################
  
  # github have some additional commits for compiling with recent kernel
  ZBAR_VERSION = 854a5d97059e395807091ac4d80c53f7968abb8f
  ZBAR_SITE = $(call github,ZBar,Zbar,$(ZBAR_VERSION))
  ZBAR_LICENSE = LGPLv2.1+
  ZBAR_LICENSE_FILES = LICENSE
  ZBAR_INSTALL_STAGING = YES
  ZBAR_AUTORECONF = YES
  ZBAR_DEPENDENCIES = libv4l jpeg
  ZBAR_CONF_OPTS = \
  	--without-imagemagick \
  	--without-qt \
  	--without-gtk \
  	--without-python \
  	--without-x
  
  $(eval $(autotools-package))