summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBryce Harrington <bryce@osg.samsung.com>2015-02-09 14:46:40 -0800
committerBryce Harrington <bryce@osg.samsung.com>2015-02-09 14:46:40 -0800
commitcf5e3267e0ccc9db28e2df818569ae9a16447d44 (patch)
tree72615c6c4c0e27e9fe5357c67f99448a64f92323
parent4dd7a41147a0d63d7eb3e1c6f43e92cfc96f94c1 (diff)
Also build libinput from git
-rwxr-xr-xwl_update4
1 files changed, 2 insertions, 2 deletions
diff --git a/wl_update b/wl_update
index 19c029a..ac58445 100755
--- a/wl_update
+++ b/wl_update
@@ -7,9 +7,8 @@
# TODO: Log output
git_pull() {
- cd $1
+ cd ${WLROOT}/$1
git pull
- cd ..
}
git_pull wayland
@@ -19,4 +18,5 @@ git_pull libxkbcommon
git_pull pixman
git_pull cairo
git_pull libunwind
+git_pull libinput
git_pull weston