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
902b8c8f9f
)
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))
|