diff options
author | Fredrik Rinnestam <fredrik@crux.nu> | 2014-02-23 18:12:40 +0100 |
---|---|---|
committer | Fredrik Rinnestam <fredrik@crux.nu> | 2014-02-23 18:12:40 +0100 |
commit | d1fca42ad678744340cb69ef16db5430e40be6f0 (patch) | |
tree | 470e705f8833556055cf864a5cfbb1249f14d830 /iso | |
parent | 31eb54c06835105bcf77c6905780b17fab35b4ab (diff) | |
download | iso-d1fca42ad678744340cb69ef16db5430e40be6f0.tar.gz iso-d1fca42ad678744340cb69ef16db5430e40be6f0.tar.xz |
setup-helper: inject xorg-glamor-egl for xorg-xf86-video-ati
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 bb98f8b..da19689 100755 --- a/iso/bin/setup-helper +++ b/iso/bin/setup-helper @@ -110,5 +110,9 @@ if [ `is_installed mesa3d` ]; then inject_packages llvm elfutils xorg-presentproto xorg-libxshmfence fi +if [ `is_installed xorg-xf86-video-ati` ]; then + inject_packages xorg-glamor-egl +fi + remove_packages net-tools traceroute inject_packages inetutils |