From 1c2f270aa1092600b8a1eae34a641f0be2584bea Mon Sep 17 00:00:00 2001 From: Stefan Saraev Date: Thu, 24 Oct 2013 16:21:06 +0300 Subject: [PATCH] Virtual: re-add mysql support --- projects/Virtual/options | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/Virtual/options b/projects/Virtual/options index 4c88b00c3a..3d28e4406c 100755 --- a/projects/Virtual/options +++ b/projects/Virtual/options @@ -179,7 +179,7 @@ UPNP_SUPPORT="yes" # build with MySQL support (yes / no) - MYSQL_SUPPORT="no" + MYSQL_SUPPORT="yes" # build xbmc with sshlib support (yes / no) SSHLIB_SUPPORT="yes"