Workarounds

Remove ExoPC workaround to force it on OpenGL 1.4.
Only include libhybris on the LD_LIBRARY_PATH if we actually have it.
This commit is contained in:
Aleix Pol 2019-10-15 12:33:42 +02:00
parent f0f01e82e6
commit 538eae4aef

View file

@ -18,12 +18,8 @@ export QT_ENABLE_GLYPH_CACHE_WORKAROUND=1
export QT_QUICK_CONTROLS_MOBILE=true
# work around to fix : https://bugs.launchpad.net/ubuntu/+source/mesa/+bug/1507584
if [ -d /usr/lib/arm-linux-gnueabihf/libhybris-egl ]; then
export LD_LIBRARY_PATH=/usr/lib/arm-linux-gnueabihf/libhybris-egl:$LD_LIBRARY_PATH
if [ "`cat /sys/devices/virtual/dmi/id/board_name`" = "EXOPG06411" ]; then
# The ExoPC Slate from Akademy in Berlin only supports OpenGL 1.4, to get it to
# work with KWin (which requires 2.0), fake 2.0 support.
export MESA_GL_VERSION_OVERRIDE=2.0
fi
touch /tmp/simplelogin_starting