summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xiso/bin/setup-helper4
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

Generated by cgit