mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-26 14:23:09 +00:00
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:
parent
f0f01e82e6
commit
538eae4aef
1 changed files with 2 additions and 6 deletions
|
|
@ -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
|
||||
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
|
||||
if [ -d /usr/lib/arm-linux-gnueabihf/libhybris-egl ]; then
|
||||
export LD_LIBRARY_PATH=/usr/lib/arm-linux-gnueabihf/libhybris-egl:$LD_LIBRARY_PATH
|
||||
fi
|
||||
|
||||
touch /tmp/simplelogin_starting
|
||||
|
|
|
|||
Loading…
Reference in a new issue