summaryrefslogtreecommitdiffstats
path: root/core/modules/xorg/module.build
diff options
context:
space:
mode:
authorJonathan Bauer2017-11-30 11:22:35 +0100
committerJonathan Bauer2017-11-30 11:22:35 +0100
commit7e684456aca1982139eb4ff3f4fa41de26307f6d (patch)
tree0014a1cdba2f65d0a8c17af1033c9c144134003a /core/modules/xorg/module.build
parent[systemd] fixes compilation problems on 17.10 (diff)
downloadmltk-7e684456aca1982139eb4ff3f4fa41de26307f6d.tar.gz
mltk-7e684456aca1982139eb4ff3f4fa41de26307f6d.tar.xz
mltk-7e684456aca1982139eb4ff3f4fa41de26307f6d.zip
[xorg] do not delete libglamor anymore
The bug described in the comments seems to be fixed for newer Xorg versions
Diffstat (limited to 'core/modules/xorg/module.build')
-rw-r--r--core/modules/xorg/module.build6
1 files changed, 4 insertions, 2 deletions
diff --git a/core/modules/xorg/module.build b/core/modules/xorg/module.build
index 8fc1edd4..b5f4eb53 100644
--- a/core/modules/xorg/module.build
+++ b/core/modules/xorg/module.build
@@ -27,8 +27,10 @@ build() {
cp -r "${MODULE_BUILD_DIR}/etc/udev" "${MODULE_BUILD_DIR}/usr/lib/"
fi
rm -rf -- "${MODULE_BUILD_DIR}/lib/udev" "${MODULE_BUILD_DIR}/etc/udev"
- # This freezed/crashed X with certain gfx cards (radeon R240)
- rm -f -- "${MODULE_BUILD_DIR}/usr/lib/xorg/modules/libglamoregl.so"
+
+ # This used to freeze/crashe X with certain gfx cards (radeon R240)
+ # /usr/lib/xorg/modules/libglamoregl.so
+ # Newer X versions seems to have this fixed, so we included it again
# See if we should build more up to date versions of drivers
local drv