You've already forked CoreMP135_buildroot
mirror of
https://github.com/m5stack/CoreMP135_buildroot.git
synced 2026-05-20 11:24:29 -07:00
3b9c8f8cb5
- Switch to meson-package to drop first patch and disable examples and utils - Drop second patch (already in version) - Update hash of NOTICE (empty new lines added with https://github.com/tinyalsa/tinyalsa/commit/902b8c8f9fa5a2e1937007d7d5ee90f01790808b) https://github.com/tinyalsa/tinyalsa/releases/tag/v2.0.0 Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
15 lines
468 B
Makefile
15 lines
468 B
Makefile
################################################################################
|
|
#
|
|
# tinyalsa
|
|
#
|
|
################################################################################
|
|
|
|
TINYALSA_VERSION = 2.0.0
|
|
TINYALSA_SITE = $(call github,tinyalsa,tinyalsa,v$(TINYALSA_VERSION))
|
|
TINYALSA_LICENSE = BSD-3-Clause
|
|
TINYALSA_LICENSE_FILES = NOTICE
|
|
TINYALSA_INSTALL_STAGING = YES
|
|
TINYALSA_CONF_OPTS = -Ddocs=disabled -Dexamples=disabled -Dutils=disabled
|
|
|
|
$(eval $(meson-package))
|