summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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