summaryrefslogtreecommitdiffstats
path: root/remote/modules/xorg/module.build
diff options
context:
space:
mode:
Diffstat (limited to 'remote/modules/xorg/module.build')
-rw-r--r--remote/modules/xorg/module.build2
1 files changed, 2 insertions, 0 deletions
diff --git a/remote/modules/xorg/module.build b/remote/modules/xorg/module.build
index f7678f65..a3545ee1 100644
--- a/remote/modules/xorg/module.build
+++ b/remote/modules/xorg/module.build
@@ -19,6 +19,8 @@ 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/crashes X with certain gfx cards (radeon R240)
+ rm -rf -- "${MODULE_BUILD_DIR}/usr/lib/xorg/modules/libglamoregl.so"
}
post_copy() {