weston とクライアント サンプル simple-egl を起動するコマンドを次のようにスクリプトに記述します。
export LD_LIBRARY_PATH="/usr/lib" export XDG_RUNTIME_DIR="/tmp" mkdir -p XDG_RUNTIME_DIR export GAL2D_DISPLAY=1 export XDG_CONFIG_HOME=/root/.config
ウェストン&
export LD_LIBRARY_PATH="/usr/lib" export XDG_RUNTIME_DIR="/tmp"
シンプルなegl&
weston サーバーは起動できますが、simple-egl は実行できません。
どういう理由ですか ?