Skip to content

Commit

Permalink
add xcb-util (will fail for now)
Browse files Browse the repository at this point in the history
will re-run the checks once that package is built
  • Loading branch information
jhheider authored Sep 27, 2024
1 parent 0d6296d commit e3d55e1
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions projects/wezfurlong.org/wezterm/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,25 +8,25 @@ versions:

dependencies:
zlib.net: ^1.3
x.org/x11: '*'
linux:
freetype.org: '*'
freedesktop.org/fontconfig: '*'
openssl.org: ^1.1
x.org/x11: '*'
x.org/xcb: '*'
x.org/xcb-util: '*'

build:
dependencies:
rust-lang.org: '>=1.71<1.78'
rust-lang.org/cargo: '*'
script: |
# cargo install $ARGS --path=wezterm
cargo install $ARGS --path=wezterm-gui --features vendored-fonts --no-default-features
# ./get-deps
# cargo install --locked --root {{prefix}}
# cargo build --release --no-default-features --features vendored-fonts --locked
sleep 100000
script:
# - cargo install $ARGS --path=wezterm
- cargo install $ARGS --path=wezterm-gui --features vendored-fonts --no-default-features
# - ./get-deps
# - cargo install --locked --root {{prefix}}
# - cargo build --release --no-default-features --features vendored-fonts --locked
env:
PKG_CONFIG_PATH: /home/bas/.pkgx/x.org/x11/v1.8.10/lib/pkgconfig:$PKG_CONFIG_PATH
ARGS:
- --locked
- --root {{prefix}}
Expand Down

0 comments on commit e3d55e1

Please sign in to comment.