summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDarxus <darxus@chaosreigns.com>2016-08-16 13:12:48 -0400
committerDarxus <darxus@chaosreigns.com>2016-08-16 13:12:48 -0400
commit8bbbc335274614aabe212dcc700fa4c116099e75 (patch)
tree0689d5aa602303db5148ab0505d49548b24c4ff2
parentcf804c856b42f5c00c348f6fcc96c9124227a6b6 (diff)
Ubuntu 16.04: Move xserver before weston, so weston's make check can pass
-rw-r--r--ubuntu16.04.html43
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 &amp;&amp; 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 &gt;= 136 libdrm &gt;= 2.4.30 gbm mtdev &gt;= 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 &amp;&amp; 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 &amp;&amp; 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 &gt;= 136 libdrm &gt;= 2.4.30 gbm mtdev &gt;= 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 &amp;&amp; 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/