[Buildroot] [git commit] package/gerbera: needs xpath in pugixml
From: Yann E. MORIN <hidden>
Date: 2021-01-26 18:21:10
Subsystem:
the rest · Maintainer:
Linus Torvalds
From: Yann E. MORIN <hidden>
Date: 2021-01-26 18:21:10
Subsystem:
the rest · Maintainer:
Linus Torvalds
commit: https://git.buildroot.net/buildroot/commit/?id=c7414ab12e57d67aee94a66913eabc88b2e3dd71 branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master Fixes: - http://autobuild.buildroot.org/results/0fcd0ce167c04f788bf1b9414ae5e7677691c7cf Signed-off-by: Fabrice Fontaine <redacted> Signed-off-by: Yann E. MORIN <redacted> --- package/gerbera/Config.in | 1 + 1 file changed, 1 insertion(+)
diff --git a/package/gerbera/Config.in b/package/gerbera/Config.in
index 5025b3753f..a07bcc5c57 100644
--- a/package/gerbera/Config.in
+++ b/package/gerbera/Config.in@@ -10,6 +10,7 @@ config BR2_PACKAGE_GERBERA select BR2_PACKAGE_LIBICONV if !BR2_ENABLE_LOCALE select BR2_PACKAGE_LIBUPNP if !BR2_PACKAGE_LIBNPUPNP select BR2_PACKAGE_PUGIXML + select BR2_PACKAGE_PUGIXML_XPATH_SUPPORT select BR2_PACKAGE_SPDLOG select BR2_PACKAGE_SQLITE select BR2_PACKAGE_UTIL_LINUX