6ab50c141d
- Add hash for license file - Fix build with kernel headers >= 4.4 with: https://git.linuxtv.org/zbar.git/commit/?id=b3b4e32b55f570372fc3af473e51f0a13ee57869 Fixes: - http://autobuild.buildroot.org/results/630204315eac6e2800bc13c1486a5a525bf9ab37 Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
27 lines
669 B
Makefile
27 lines
669 B
Makefile
################################################################################
|
|
#
|
|
# zbar
|
|
#
|
|
################################################################################
|
|
|
|
ZBAR_VERSION = b3b4e32b55f570372fc3af473e51f0a13ee57869
|
|
ZBAR_SITE = git://linuxtv.org/zbar.git
|
|
ZBAR_LICENSE = LGPL-2.1+
|
|
ZBAR_LICENSE_FILES = LICENSE
|
|
ZBAR_INSTALL_STAGING = YES
|
|
ZBAR_AUTORECONF = YES
|
|
ZBAR_DEPENDENCIES = libv4l jpeg
|
|
# add host-gettext for AM_ICONV macro
|
|
ZBAR_DEPENDENCIES += host-gettext
|
|
ZBAR_CONF_OPTS = \
|
|
--disable-doc \
|
|
--without-imagemagick \
|
|
--without-qt \
|
|
--without-qt5 \
|
|
--without-gtk \
|
|
--without-python2 \
|
|
--without-x \
|
|
--without-java
|
|
|
|
$(eval $(autotools-package))
|