forked from kiss-community/repo
sway-no-seat: make default background color modifiable at compile-time
This commit is contained in:
parent
55b6323784
commit
c5e798cfab
@ -8,6 +8,11 @@ sed 's/\(const long NSEC\)/static \1/' \
|
||||
subprojects/seatd/common/log.c > _
|
||||
mv -f _ subprojects/seatd/common/log.c
|
||||
|
||||
# Default background color.
|
||||
sed 's/0.25f, 0.25f, 0.25f/0.929, 0.870, 0.678/' \
|
||||
sway/desktop/render.c > _
|
||||
mv -f _ sway/desktop/render.c
|
||||
|
||||
export DESTDIR="$1"
|
||||
|
||||
meson \
|
||||
|
Loading…
Reference in New Issue
Block a user