Skip to content

Commit

Permalink
added libadwaita to build
Browse files Browse the repository at this point in the history
  • Loading branch information
H3rmt committed Feb 3, 2024
1 parent ce14973 commit ebcf5e7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
uses: dtolnay/rust-toolchain@stable
- name: Install gtk4-layer-shell
run: sudo apt-get update
&& sudo apt -y install git libglib2.0-dev libgraphene-1.0-dev meson ninja-build libwayland-dev libgtk-4-dev gobject-introspection libgirepository1.0-dev python3 valac
&& sudo apt -y install git libglib2.0-dev libgraphene-1.0-dev meson ninja-build libwayland-dev libgtk-4-dev gobject-introspection libadwaita libgirepository1.0-dev python3 valac
&& git clone https://github.com/wmww/gtk4-layer-shell
&& cd gtk4-layer-shell
&& meson setup build
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
uses: dtolnay/rust-toolchain@stable
- name: Install gtk4-layer-shell
run: sudo apt-get update
&& sudo apt -y install git libglib2.0-dev libgraphene-1.0-dev meson ninja-build libwayland-dev libgtk-4-dev gobject-introspection libgirepository1.0-dev python3 valac
&& sudo apt -y install git libglib2.0-dev libgraphene-1.0-dev meson ninja-build libwayland-dev libgtk-4-dev gobject-introspection libadwaita libgirepository1.0-dev python3 valac
&& git clone https://github.com/wmww/gtk4-layer-shell
&& cd gtk4-layer-shell
&& meson setup build
Expand All @@ -47,7 +47,7 @@ jobs:
uses: dtolnay/rust-toolchain@stable
- name: Install gtk4-layer-shell
run: sudo apt-get update
&& sudo apt -y install git libglib2.0-dev libgraphene-1.0-dev meson ninja-build libwayland-dev libgtk-4-dev gobject-introspection libgirepository1.0-dev python3 valac
&& sudo apt -y install git libglib2.0-dev libgraphene-1.0-dev meson ninja-build libwayland-dev libgtk-4-dev gobject-introspection libadwaita libgirepository1.0-dev python3 valac
&& git clone https://github.com/wmww/gtk4-layer-shell
&& cd gtk4-layer-shell
&& meson setup build
Expand Down

0 comments on commit ebcf5e7

Please sign in to comment.