mirror of
https://github.com/wez/wezterm.git
synced 2024-11-23 06:54:45 +03:00
notifications: fixup formatting and add to get-deps script
This commit is contained in:
parent
c547b03b8b
commit
09840dd011
2
get-deps
2
get-deps
@ -5,6 +5,7 @@ if test -e /etc/centos-release || test -e /etc/fedora-release; then
|
|||||||
yum install -y \
|
yum install -y \
|
||||||
make \
|
make \
|
||||||
g++ \
|
g++ \
|
||||||
|
dbus-devel \
|
||||||
fontconfig-devel \
|
fontconfig-devel \
|
||||||
openssl-devel \
|
openssl-devel \
|
||||||
libxcb-devel \
|
libxcb-devel \
|
||||||
@ -23,6 +24,7 @@ case `lsb_release -ds` in
|
|||||||
bsdutils \
|
bsdutils \
|
||||||
cmake \
|
cmake \
|
||||||
fakeroot \
|
fakeroot \
|
||||||
|
libdbus-1-dev \
|
||||||
libegl1-mesa-dev \
|
libegl1-mesa-dev \
|
||||||
libssl-dev \
|
libssl-dev \
|
||||||
libfontconfig1-dev \
|
libfontconfig1-dev \
|
||||||
|
@ -154,7 +154,8 @@ impl ConfigInner {
|
|||||||
.body(&format!("{}", err))
|
.body(&format!("{}", err))
|
||||||
// timeout isn't respected on macos
|
// timeout isn't respected on macos
|
||||||
.timeout(0)
|
.timeout(0)
|
||||||
.show().ok();
|
.show()
|
||||||
|
.ok();
|
||||||
}
|
}
|
||||||
|
|
||||||
self.error.replace(err.to_string());
|
self.error.replace(err.to_string());
|
||||||
|
Loading…
Reference in New Issue
Block a user