add mesa recipes and impro qeumux86_64 support

This commit is contained in:
DanyLE
2025-03-08 00:46:56 +01:00
parent a4637ec44b
commit e7fbad271f
8 changed files with 24 additions and 13 deletions

View File

@ -7,13 +7,14 @@ export XDG_RUNTIME_DIR=/home/$USER/.xdg
export XDG_CONFIG_HOME=/home/$USER/.config
export PATH=$PATH:/home/$USER/bin:/home/$USER/.local/bin
export LD_LIBRARY_PATH=/home/$USER/lib:/home/$USER/.local/lib
export DBUS_SYSTEM_BUS_ADDRESS=unix:path=/run/dbus/system_bus_socket
if [ ! -e "$XDG_RUNTIME_DIR" ]; then
mkdir -p "$XDG_RUNTIME_DIR"
fi
export TERM=xterm-256color
if [ -z "$DBUS_SESSION_BUS_ADDRESS" ]; then
eval $(dbus-launch --auto-syntax)
fi
#if [ -z "$DBUS_SESSION_BUS_ADDRESS" ]; then
# eval $(dbus-launch --auto-syntax)
#fi
EOF
cat << EOF >> "${D}${sysconfdir}/profile"