summaryrefslogtreecommitdiff
path: root/wl_update
blob: 4bf3fa30e0d0e14a61c8d2ccb743c291127227af (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
#!/bin/bash

. $HOME/.config/wayland-build-tools/wl_defines.sh

# TODO: Check if tree already exists first
# TODO: Bail if errors
# TODO: Log output

git_pull() {
    cd ${WLROOT}/$1
    git pull
}

git_pull wayland
git_pull drm
git_pull mesa
git_pull libxkbcommon
git_pull pixman
git_pull cairo
git_pull libunwind
git_pull wayland-protocols
git_pull libinput
git_pull weston