Skip to content

Commit

Permalink
fix: depends
Browse files Browse the repository at this point in the history
  • Loading branch information
ilya-zlobintsev committed Dec 2, 2023
1 parent 38d5e94 commit aa2b7e2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pkg/recipes/lact/recipe.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,16 @@ metadata:
depends:
all: [ hwdata ]
debian-12+ubuntu-2204: [ libgtk-4-1 ]
fedora-38+fedora-39: [ gtk4, libdrm ]
fedora-38+fedora-39+fedora-39-libadwaita: [ gtk4, libdrm ]
fedora-39-libadwaita: [ libadwaita ]
arch: [ gtk4 ]
arch+arch-libadwaita: [ gtk4 ]
arch-libadwaita: [ libadwaita ]
build_depends:
all: [ curl, make, dbus, clang ]
debian-12+ubuntu-2204: [ libgtk-4-dev, pkg-config, build-essential, libdrm-dev ]
fedora-38+fedora-39: [ gtk4-devel, gcc, libdrm-devel, blueprint-compiler ]
fedora-38+fedora-39+fedora-39-libadwaita: [ gtk4-devel, gcc, libdrm-devel, blueprint-compiler ]
fedora-39-libadwaita: [ libadwaita-devel ]
arch: [ gtk4, blueprint-compiler ]
arch+arch-libadwaita: [ gtk4, blueprint-compiler ]
all_images: true
env:
RUSTUP_URL: https://sh.rustup.rs
Expand Down

0 comments on commit aa2b7e2

Please sign in to comment.