From 362ab0e53af4c866969d5bf1005a59b7ede98a53 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Wed, 28 Jan 2015 09:00:53 +0100 Subject: [PATCH] Define HAVE_NETPLAY on when HAVE_NETWORKING is enabled in qb/config.libs.sh --- qb/config.libs.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/qb/config.libs.sh b/qb/config.libs.sh index ddf4ce7f7c..8efb9be411 100644 --- a/qb/config.libs.sh +++ b/qb/config.libs.sh @@ -146,6 +146,7 @@ if [ "$HAVE_NETWORKING" = 'yes' ]; then HAVE_SOCKET_LEGACY='yes' fi HAVE_NETWORK_CMD='yes' + HAVE_NETPLAY='yes' else echo "Warning: All networking features have been disabled." HAVE_NETWORK_CMD='no'