summaryrefslogtreecommitdiffstats
path: root/remote/modules/kdm
diff options
context:
space:
mode:
authorJonathan Bauer2013-06-13 14:23:37 +0200
committerJonathan Bauer2013-06-13 14:23:37 +0200
commitfe95e8cb05e2d761664958b354039ed28b58846a (patch)
tree236f581b2a2db040d7a38db1655bdbb4c8adda58 /remote/modules/kdm
parent[fileutil.inc] remove debug message (diff)
downloadtm-scripts-fe95e8cb05e2d761664958b354039ed28b58846a.tar.gz
tm-scripts-fe95e8cb05e2d761664958b354039ed28b58846a.tar.xz
tm-scripts-fe95e8cb05e2d761664958b354039ed28b58846a.zip
[kdm] blacklist libGL.so.1 to prevent that if proprietary drivers are installed, that libGL does not get copied
Diffstat (limited to 'remote/modules/kdm')
-rw-r--r--remote/modules/kdm/kdm.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/remote/modules/kdm/kdm.conf b/remote/modules/kdm/kdm.conf
index dd054cc2..b716418c 100644
--- a/remote/modules/kdm/kdm.conf
+++ b/remote/modules/kdm/kdm.conf
@@ -30,4 +30,4 @@ REQUIRED_SYSTEM_FILES=" /usr/share/icons/oxygen/16x16/actions/system-reboot.png
/usr/share/fonts/truetype/ttf-dejavu/DejaVuSans.ttf
/usr/share/fonts/truetype/ubuntu-font-family/Ubuntu-R.ttf
/usr/share/icons/default/index.theme"
-REQUIRED_LDD_BLACKLIST="\|libQtWebKit"
+REQUIRED_LDD_BLACKLIST="\|libQtWebKit\|libGL"