Skip to content
Snippets Groups Projects
Commit f16d3765 authored by Steve Lhomme's avatar Steve Lhomme
Browse files

contrib: cddb: do not depend on getext on Winstore builds

It is not available and not needed
parent 7ef64712
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment