summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLucas Tanure <tanure@linux.com>2015-12-16 13:10:34 -0200
committerLucas Tanure <tanure@linux.com>2015-12-16 13:10:34 -0200
commite7781438cbf22f757eb2d3d696d1053e5b1abc8c (patch)
treecabe9fdc02aa422ff97c35c0a5cc8f850d6fae8c
parent51bfb85958fa475d894bf036f2af7d51d54d461f (diff)
Add wayland-protocols repot and build step
Signed-off-by: Lucas Tanure <tanure@linux.com>
-rwxr-xr-xwl_build3
-rwxr-xr-xwl_clone1
2 files changed, 4 insertions, 0 deletions
diff --git a/wl_build b/wl_build
index 12ec148..3b556c0 100755
--- a/wl_build
+++ b/wl_build
@@ -41,6 +41,9 @@ mkdir -p $WLD/share/aclocal
gen wayland
compile
+gen wayland-protocols
+compile
+
gen drm --disable-libkms
compile
diff --git a/wl_clone b/wl_clone
index 9cf2a8c..3d2c4f9 100755
--- a/wl_clone
+++ b/wl_clone
@@ -39,6 +39,7 @@ clone_or_update() {
}
clone_or_update git://anongit.freedesktop.org/wayland/wayland
+clone_or_update git://anongit.freedesktop.org/wayland/wayland-protocols
clone_or_update git://anongit.freedesktop.org/git/mesa/drm
clone_or_update git://anongit.freedesktop.org/xcb/proto
clone_or_update git://anongit.freedesktop.org/xorg/util/macros