2015-10-29 16:49:30 +01:00
|
|
|
################################################################################
|
|
|
|
#
|
|
|
|
# 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
|
2016-10-20 18:43:11 +02:00
|
|
|
# add host-gettext for AM_ICONV macro
|
|
|
|
ZBAR_DEPENDENCIES += host-gettext
|
2015-10-29 16:49:30 +01:00
|
|
|
ZBAR_CONF_OPTS = \
|
|
|
|
--without-imagemagick \
|
|
|
|
--without-qt \
|
|
|
|
--without-gtk \
|
|
|
|
--without-python \
|
|
|
|
--without-x
|
|
|
|
|
|
|
|
$(eval $(autotools-package))
|