You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-libs/weston/files
Calculate Linux f0058a7a3b
Sync with portage [Fri May 21 11:02:05 MSK 2021].
3 years ago
..
README.gentoo Sync with portage [Wed Jul 31 10:52:35 MSK 2013]. 11 years ago
weston-pipewire-0.3.patch Sync with portage [Fri May 21 11:02:05 MSK 2021]. 3 years ago

README.gentoo

For running Weston you need to have $XDG_RUNTIME_DIR in your environment,

directory must exist and have correct permissions. If you are not using systemd,
it will not be created automatically, you can create it using your shell,
add these lines to ~/.bash_profile:

# wayland
export XDG_RUNTIME_DIR=/tmp/.runtime-${USER}
mkdir -p "${XDG_RUNTIME_DIR}"
chmod 0700 "${XDG_RUNTIME_DIR}"