diff options
-rw-r--r-- | wl_defines.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wl_defines.sh b/wl_defines.sh index dc709fd..6fd13a8 100644 --- a/wl_defines.sh +++ b/wl_defines.sh @@ -1,5 +1,5 @@ export INCLUDE_XWAYLAND=1 -export WLROOT=$HOME/Wayland +export WLROOT=$HOME/build/Wayland export WLD=$WLROOT/install # change this to another location if you prefer if [ "$(uname -i)" = "i386" ]; then |