[Buildroot] [git commit branch/2020.11.x] package/gerbera: needs xpath in pugixml
From: Peter Korsgaard <peter@korsgaard.com>
Date: 2021-01-28 20:02:06
Subsystem:
the rest · Maintainer:
Linus Torvalds
From: Peter Korsgaard <peter@korsgaard.com>
Date: 2021-01-28 20:02:06
Subsystem:
the rest · Maintainer:
Linus Torvalds
commit: https://git.buildroot.net/buildroot/commit/?id=33562fecb6a98dc99bbea0119a3ba5730528eafe branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/2020.11.x Fixes: - http://autobuild.buildroot.org/results/0fcd0ce167c04f788bf1b9414ae5e7677691c7cf Signed-off-by: Fabrice Fontaine <redacted> Signed-off-by: Yann E. MORIN <redacted> (cherry picked from commit c7414ab12e57d67aee94a66913eabc88b2e3dd71) Signed-off-by: Peter Korsgaard <peter@korsgaard.com> --- 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