package/upmpdcli: append to _CONF_OPTS

check-package now gives a warning about this. It's not a problem at the
moment, but it's a risk if an unconditional setting of _CONF_OPTS is
done earlier in the file.

Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
This commit is contained in:
Arnout Vandecappelle (Essensium/Mind) 2022-03-07 23:17:23 +01:00
parent 4dc48e8b9d
commit f64e13a6a6

View File

@ -12,7 +12,7 @@ UPMPDCLI_DEPENDENCIES = host-pkgconf libmpdclient libupnpp libmicrohttpd jsoncpp
# Disable spotify plugin which requires dlfcn.h
ifeq ($(BR2_STATIC_LIBS),y)
UPMPDCLI_CONF_OPTS = --disable-spotify
UPMPDCLI_CONF_OPTS += --disable-spotify
endif
# Upmpdcli only runs if user upmpdcli exists