mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
Merge from bittboy/buildroot@26c91a9
This commit is contained in:
@@ -4,10 +4,12 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
LIBDMTX_VERSION = 0.7.4
|
||||
LIBDMTX_SITE = http://downloads.sourceforge.net/project/libdmtx/libdmtx/$(LIBDMTX_VERSION)
|
||||
LIBDMTX_VERSION = 0.7.5
|
||||
LIBDMTX_SITE = $(call github,dmtx,libdmtx,v$(LIBDMTX_VERSION))
|
||||
LIBDMTX_LICENSE = BSD-2-Clause or Special Permission
|
||||
LIBDMTX_LICENSE_FILES = LICENSE
|
||||
LIBDMTX_INSTALL_STAGING = YES
|
||||
# github tarball does not include configure
|
||||
LIBDMTX_AUTORECONF = YES
|
||||
|
||||
$(eval $(autotools-package))
|
||||
|
||||
Reference in New Issue
Block a user