mirror of
https://github.com/infiniteCable2/openpilot.git
synced 2026-08-03 08:41:41 +08:00
70db46e752
* qt on neos * cleanup * check arch * fix pc * fix mac * base libs Co-authored-by: Comma Device <device@comma.ai> old-commit-hash: 1c369a90096fee30116b14eed610f7ecb0514fe1
12 lines
253 B
Bash
Executable File
12 lines
253 B
Bash
Executable File
#!/bin/sh
|
|
|
|
export LD_LIBRARY_PATH="/system/lib64:$LD_LIBRARY_PATH"
|
|
|
|
if [ -f /EON ]; then
|
|
export QT_QPA_EGLFS_HIDECURSOR=1
|
|
export QT_QPA_EVDEV_TOUCHSCREEN_PARAMETERS=/dev/input/event1:rotate=270
|
|
export QT_QPA_FONTDIR=../assets/fonts
|
|
fi
|
|
|
|
exec ./_ui
|