diff options
author | Fredrik Rinnestam <fredrik@crux.nu> | 2015-11-01 11:36:08 +0100 |
---|---|---|
committer | Fredrik Rinnestam <fredrik@crux.nu> | 2015-11-01 11:36:08 +0100 |
commit | 7accae45a189c778dae734956b51a55776b3bc63 (patch) | |
tree | f4c5d392a1e92dbca8cf10ed69d7447ce4b0a190 /iso | |
parent | 8933d199ff888299b10a00b83ff10ad826afc63f (diff) | |
download | iso-7accae45a189c778dae734956b51a55776b3bc63.tar.gz iso-7accae45a189c778dae734956b51a55776b3bc63.tar.xz |
setup-helper: inject xorg-libxxf86vm if mesa3d is installed
Diffstat (limited to 'iso')
-rwxr-xr-x | iso/bin/setup-helper | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/iso/bin/setup-helper b/iso/bin/setup-helper index b50a4cf..0f71c28 100755 --- a/iso/bin/setup-helper +++ b/iso/bin/setup-helper @@ -114,6 +114,10 @@ if [ `is_installed xorg-xf86-input-evdev` ]; then inject_packages mtdev fi +if [ `is_installed mesa3d` ]; then + inject_packages xorg-libxxf86vm +fi + remove_packages xorg-glamor-egl inject_packages dash gperf start-stop-daemon |