|
@@ -4,17 +4,13 @@
|
|
|
#
|
|
|
################################################################################
|
|
|
|
|
|
-SERD_VERSION = 0.30.10
|
|
|
+SERD_VERSION = 0.30.14
|
|
|
SERD_SITE = https://download.drobilla.net
|
|
|
-SERD_SOURCE = serd-$(SERD_VERSION).tar.bz2
|
|
|
+SERD_SOURCE = serd-$(SERD_VERSION).tar.xz
|
|
|
SERD_LICENSE = ISC
|
|
|
SERD_LICENSE_FILES = COPYING
|
|
|
SERD_INSTALL_STAGING = YES
|
|
|
|
|
|
-SERD_CONF_OPTS += --largefile --no-coverage
|
|
|
+SERD_CONF_OPTS += -Ddocs=disabled -Dstatic=false -Dtests=disabled
|
|
|
|
|
|
-ifeq ($(BR2_STATIC_LIBS),y)
|
|
|
-SERD_CONF_OPTS += --static --no-shared --static-progs
|
|
|
-endif
|
|
|
-
|
|
|
-$(eval $(waf-package))
|
|
|
+$(eval $(meson-package))
|