summaryrefslogtreecommitdiff
path: root/target_arm64/rc.pvr
diff options
context:
space:
mode:
Diffstat (limited to 'target_arm64/rc.pvr')
-rwxr-xr-xtarget_arm64/rc.pvr8
1 files changed, 0 insertions, 8 deletions
diff --git a/target_arm64/rc.pvr b/target_arm64/rc.pvr
index 5a2c43f..9a836ee 100755
--- a/target_arm64/rc.pvr
+++ b/target_arm64/rc.pvr
@@ -59,14 +59,6 @@ load_pvr()
#
/usr/bin/X -verbose -config /usr/etc/X11/xorg.conf &
- # Create the directory for the Wayland socket.
- #
- if [ -z "$XDG_RUNTIME_DIR" ]; then
- XDG_RUNTIME_DIR=/tmp/wayland
- fi
- if [ ! -e $XDG_RUNTIME_DIR ]; then
- mkdir $XDG_RUNTIME_DIR && chmod 0700 $XDG_RUNTIME_DIR
- fi
echo "Loaded PowerVR consumer services."
return 0;