| 8 | AARCH64=/opt/armv8a |
| 9 | export AARCH64 |
| 10 | |
| 11 | AARCH64MX8M=/opt/armv8a-mx8m |
| 12 | export AARCH64MX8M |
| 13 | |
| 14 | export DSPWIDTH=1280 |
| 15 | export DSPHEIGHT=800 |
| 16 | |
| 17 | export UI_LIBS="wayland-client -lwayland-cursor -lxkbcommon -lffi -ljpeg -lpng -lpixman-1 -lfreetype -lz" |
| 18 | export CURL_LIBS="curl -lcrypto -lssl -lidn2 -lunistring" |
| 19 | export GLIB_LIBS="glib-2.0 -lgio-2.0 -lgmodule-2.0 -lgobject-2.0 -lpcre -lmount -lblkid" |
| 20 | export NM_LIBS="nm -lsmime3 -lnss3 -lnssutil3 -lnspr4 -lplds4 -lplc4 -ludev" |
| 21 | export CAIRO_LIBS="pango-1.0 -lpangocairo-1.0 -lharfbuzz -lfribidi -lcairo -lfontconfig -lGLESv2 -lEGL -lexpat -luuid -lGAL -lVSC -lwayland-server -ldrm -lgbm -lgbm_viv" |
| 22 | export CAIRO_SIM_LIBS="pango-1.0 -lpangocairo-1.0 -lharfbuzz -lfribidi -lcairo -lfontconfig -lGLESv2 -lEGL -lxcb-shm -lxcb -lxcb-render -lX11 -lXext -lXrender -lXau -lXdmcp -lexpat -luuid -lwayland-server -ldrm -lgbm" |
| 23 | export CUPS_LIBS="cups -lavahi-common -lavahi-client -ldbus-1 -lsystemd -lzstd -lcap" |
| 24 | export PRT_LIBS="cups -lavahi-common -lavahi-client -ldbus-1 -lsystemd -lzstd -lcap -ljson-c -lesmtp -lssl -lcrypto" |
| 25 | |
| 26 | # User specific environment and startup programs |
| 27 | PATH=$PATH:$HOME/bin:/opt/arm-gnu-toolchain-11.3.rel1-x86_64-aarch64-none-linux-gnu/bin/:/opt/freescale/usr/local/gcc-4.4.53-uclibc-0.9.53/m68k-uclinux/bin/ |
| 28 | |
| 29 | |
| 30 | }}} |