From 14528e8daf7cdfae512efbb3063943ea61909214 Mon Sep 17 00:00:00 2001 From: Christian Date: Sun, 13 Oct 2019 15:20:16 +0200 Subject: [PATCH] add gconf2 for dependecy checks (#2553) --- lgsm/functions/command_dev_detect_deps.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/lgsm/functions/command_dev_detect_deps.sh b/lgsm/functions/command_dev_detect_deps.sh index ad431a722..15bd4aff8 100644 --- a/lgsm/functions/command_dev_detect_deps.sh +++ b/lgsm/functions/command_dev_detect_deps.sh @@ -123,6 +123,11 @@ while read -r lib; do echo "libopenal1" >> "${tmpdir}/.depdetect_ubuntu_list" echo "libopenal1" >> "${tmpdir}/.depdetect_debian_list" libdetected=1 + elif [ "${lib}" == "libgconf-2.so.4" ]; then + echo "GConf2" >> "${tmpdir}/.depdetect_centos_list" + echo "libgconf2-4" >> "${tmpdir}/.depdetect_ubuntu_list" + echo "libgconf2-4" >> "${tmpdir}/.depdetect_debian_list" + libdetected=1 fi if [ "${libdetected}" != "1" ]; then