summaryrefslogtreecommitdiff
path: root/wl_defines.sh
blob: dc709fd92f13af5bdfdbb7091fe393ad0eeda168 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
export INCLUDE_XWAYLAND=1
export WLROOT=$HOME/Wayland
export WLD=$WLROOT/install   # change this to another location if you prefer

if [ "$(uname -i)" = "i386" ]; then
	export WL_BITS=32
else
	export WL_BITS=64
fi

export LD_LIBRARY_PATH=$WLD/lib
export PKG_CONFIG_PATH=$WLD/lib/pkgconfig/:$WLD/share/pkgconfig/
export PATH=$WLD/bin:$PATH
export ACLOCAL_PATH="$WLD/share/aclocal"
export ACLOCAL="aclocal -I $ACLOCAL_PATH"