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

. ~/bin/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 libinput
git_pull weston