[vlc-devel] [PATCH 15/15] contrib: cddb: do not depend on getext on Winstore builds
Steve Lhomme
robux4 at ycbcr.xyz
Fri Mar 8 16:19:51 CET 2019
It is not available and not needed
---
contrib/src/cddb/rules.mak | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/contrib/src/cddb/rules.mak b/contrib/src/cddb/rules.mak
index e3171528127..adb6c5e3104 100644
--- a/contrib/src/cddb/rules.mak
+++ b/contrib/src/cddb/rules.mak
@@ -27,7 +27,10 @@ ifdef HAVE_WIN32
endif
$(MOVE)
-DEPS_cddb = regex $(DEPS_regex) gettext $(DEPS_gettext)
+DEPS_cddb = regex $(DEPS_regex)
+ifndef HAVE_WINSTORE
+DEPS_cddb += gettext $(DEPS_gettext)
+endif
.cddb: cddb
$(RECONF)
--
2.17.1
More information about the vlc-devel
mailing list