diff options
| author | Darxus <darxus@chaosreigns.com> | 2016-08-16 13:12:48 -0400 |
|---|---|---|
| committer | Darxus <darxus@chaosreigns.com> | 2016-08-16 13:12:48 -0400 |
| commit | 8bbbc335274614aabe212dcc700fa4c116099e75 (patch) | |
| tree | 0689d5aa602303db5148ab0505d49548b24c4ff2 | |
| parent | cf804c856b42f5c00c348f6fcc96c9124227a6b6 (diff) | |
Ubuntu 16.04: Move xserver before weston, so weston's make check can pass
| -rw-r--r-- | ubuntu16.04.html | 43 |
1 files changed, 22 insertions, 21 deletions
diff --git a/ubuntu16.04.html b/ubuntu16.04.html index 6b0e428..1911ee6 100644 --- a/ubuntu16.04.html +++ b/ubuntu16.04.html @@ -92,27 +92,6 @@ make && make install cd .. -<span class="comment"># weston:</span> - -<span class="comment"># configure: error: Package requirements (egl glesv2) were not met:</span> -sudo apt install libgles2-mesa-dev - -<span class="comment"># configure: error: Package requirements (xcb xcb-xfixes xcb-composite xcursor cairo-xcb) were not met:</span> -sudo apt install libxcb-composite0-dev libxcursor-dev libcairo2-dev - -<span class="comment"># configure: error: Package requirements (libudev >= 136 libdrm >= 2.4.30 gbm mtdev >= 1.1.0) were not met:</span> -sudo apt install libgbm-dev - -<span class="comment"># configure: error: weston-launch requires pam</span> -sudo apt install libpam0g-dev - -git clone git://anongit.freedesktop.org/wayland/weston -cd weston -./autogen.sh --prefix=$WLD --disable-setuid-install --with-xserver-path=$WLD/bin/Xwayland -make && make install -cd .. - - <span class="comment"># X Server:</span> sudo apt install xutils-dev <span class="comment"># xserver: configure.ac:38: error: must install xorg-macros 1.14 or later before running autoconf/autogen</span> @@ -145,6 +124,28 @@ cd xserver make && make install cd .. + +<span class="comment"># weston:</span> + +<span class="comment"># configure: error: Package requirements (egl glesv2) were not met:</span> +sudo apt install libgles2-mesa-dev + +<span class="comment"># configure: error: Package requirements (xcb xcb-xfixes xcb-composite xcursor cairo-xcb) were not met:</span> +sudo apt install libxcb-composite0-dev libxcursor-dev libcairo2-dev + +<span class="comment"># configure: error: Package requirements (libudev >= 136 libdrm >= 2.4.30 gbm mtdev >= 1.1.0) were not met:</span> +sudo apt install libgbm-dev + +<span class="comment"># configure: error: weston-launch requires pam</span> +sudo apt install libpam0g-dev + +git clone git://anongit.freedesktop.org/wayland/weston +cd weston +./autogen.sh --prefix=$WLD --disable-setuid-install --with-xserver-path=$WLD/bin/Xwayland +make && make install +cd .. + + <span class="comment"># Links needed so XWayland works:</span> mkdir -p $WLD/share/X11/xkb/rules ln -s /usr/share/X11/xkb/rules/evdev $WLD/share/X11/xkb/rules/ |
