Skip to content

Commit e8884d1

Browse files
committed
add xcb-util (will fail for now)
will re-run the checks once that package is built
1 parent 41b8aa6 commit e8884d1

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

projects/wezfurlong.org/wezterm/package.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -8,25 +8,25 @@ versions:
88

99
dependencies:
1010
zlib.net: ^1.3
11-
x.org/x11: '*'
1211
linux:
1312
freetype.org: '*'
1413
freedesktop.org/fontconfig: '*'
1514
openssl.org: ^1.1
15+
x.org/x11: '*'
16+
x.org/xcb: '*'
17+
x.org/xcb-util: '*'
1618

1719
build:
1820
dependencies:
1921
rust-lang.org: '>=1.71<1.78'
2022
rust-lang.org/cargo: '*'
21-
script: |
22-
# cargo install $ARGS --path=wezterm
23-
cargo install $ARGS --path=wezterm-gui --features vendored-fonts --no-default-features
24-
# ./get-deps
25-
# cargo install --locked --root {{prefix}}
26-
# cargo build --release --no-default-features --features vendored-fonts --locked
27-
sleep 100000
23+
script:
24+
# - cargo install $ARGS --path=wezterm
25+
- cargo install $ARGS --path=wezterm-gui --features vendored-fonts --no-default-features
26+
# - ./get-deps
27+
# - cargo install --locked --root {{prefix}}
28+
# - cargo build --release --no-default-features --features vendored-fonts --locked
2829
env:
29-
PKG_CONFIG_PATH: /home/bas/.pkgx/x.org/x11/v1.8.10/lib/pkgconfig:$PKG_CONFIG_PATH
3030
ARGS:
3131
- --locked
3232
- --root {{prefix}}

0 commit comments

Comments
 (0)