Skip to content
Snippets Groups Projects
Commit 58f5a174 authored by Philippe Gorley's avatar Philippe Gorley Committed by Adrien Béraud
Browse files

contrib: bump minimum upnp version

1.8.2 causes a spurious crash, 1.8.4 doesn't.

Change-Id: I57b91759941c3f4f858d68ea59503b3320f5a8ae
parent 89cf1275
No related branches found
No related tags found
No related merge requests found
......@@ -3,7 +3,7 @@ UPNP_VERSION := 1.8.4
UPNP_URL := https://github.com/mrjimenez/pupnp/archive/release-$(UPNP_VERSION).tar.gz
PKGS += upnp
ifeq ($(call need_pkg,"libupnp >= 1.8.2"),)
ifeq ($(call need_pkg,"libupnp >= 1.8.4"),)
PKGS_FOUND += upnp
endif
......
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