setup-helper: inject glu if mesa3d is installed

This commit is contained in:
Juergen Daubert 2012-10-11 17:53:57 +02:00
parent eae68111c2
commit f491c9db35

View File

@ -125,5 +125,9 @@ if [ `is_installed firefox` ]; then
inject_packages nspr nss sqlite3
fi
if [ `is_installed mesa3d` ]; then
inject_packages glu
fi
# force replacement of /etc/mtab with symlink
ln -sf /proc/self/mounts $ROOT/etc/mtab