From 2aa42fc724ce70743d5fc31a2787732449f22d85 Mon Sep 17 00:00:00 2001 From: UltimateByte Date: Wed, 27 Jul 2016 04:11:59 +0200 Subject: [PATCH] No glibc for Mumble --- lgsm/functions/info_glibc.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lgsm/functions/info_glibc.sh b/lgsm/functions/info_glibc.sh index 2a1adc058..ea4c3a279 100644 --- a/lgsm/functions/info_glibc.sh +++ b/lgsm/functions/info_glibc.sh @@ -71,6 +71,9 @@ elif [ "${engine}" == "unity3d" ]; then elif [ "${gamename}" == "Teamspeak 3" ]; then glibcrequired="NOT REQUIRED" glibcfix="no" +elif [ "${gamename}" == "Mumble" ]; then + glibcrequired="NOT REQUIRED" + glibcfix="no" else glibcrequired="UNKNOWN" glibcfix="no"