From c6502e9f2dc34c97c7524c8982f1880ae2382c3f Mon Sep 17 00:00:00 2001 From: Twinaphex Date: Thu, 16 Feb 2017 01:06:06 +0100 Subject: [PATCH] Can't set this to 'yes' by default - certain platforms wouldn't have this library --- qb/config.params.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qb/config.params.sh b/qb/config.params.sh index 3f2cf90582..81538f5296 100644 --- a/qb/config.params.sh +++ b/qb/config.params.sh @@ -29,7 +29,7 @@ HAVE_DYLIB=auto # Dynamic loading support HAVE_NETWORKING=auto # Networking features (recommended) HAVE_NETWORKGAMEPAD=auto # Networked game pad (plus baked-in core) C89_NETWORKGAMEPAD=no -HAVE_MINIUPNPC=yes # Mini UPnP client library (for NAT traversal) +HAVE_MINIUPNPC=auto # Mini UPnP client library (for NAT traversal) HAVE_BUILTINMINIUPNPC=yes # Bake in Mini UPnP client library (for NAT traversal) HAVE_D3D9=yes # Direct3D 9 support HAVE_OPENGL=auto # OpenGL support