mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-02 21:48:20 +03:00
mpd's Config.in selects expat and/or yajl depending on which sub-options is enabled, and adds build dependencies, but does not pass -D<option>=enabled/disabled for both of these features, relying on auto-detection. This commit fixes that by explicitly enabling/disabling expat and yajl depending on their presence. The mpd sub-options no longer need to have these as build-time dependencies, as it is handled globally. Signed-off-by: Andreas Ziegler <br015@umbiko.net> [Thomas: extracted from https://patchwork.ozlabs.org/project/buildroot/patch/20221005091032.3014-5-br015@umbiko.net/] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>