Skip to content

Commit

Permalink
[Build] Update dependencies for sr.ht.
Browse files Browse the repository at this point in the history
  • Loading branch information
DaveDavenport committed Feb 21, 2025
1 parent a84f04a commit 22a0e39
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ image: ubuntu/lts
packages:
- meson
- ninja-build
- autoconf
- automake
- build-essential
- libpango1.0-dev
- libstartup-notification0-dev
Expand All @@ -13,10 +15,14 @@ packages:
- libxcb-xkb-dev
- libxcb-xrm-dev
- libxcb-cursor-dev
- libxcb-imdkit-dev
- libxcb-keysyms1
- libxkbcommon-dev
- libxkbcommon-dev
- libxkbcommon-x11-dev
- libgdk-pixbuf2.0-dev
- ninja-build
- pandoc
- check
- flex
- bison
Expand All @@ -38,4 +44,4 @@ tasks:
- dist: |
ninja -C rofi/builddir dist
artifacts:
- rofi/builddir/meson-dist/rofi-1.7.5-dev.tar.xz
- rofi/builddir/meson-dist/rofi-1.7.8-dev.tar.xz

0 comments on commit 22a0e39

Please sign in to comment.