Skip to content

Commit

Permalink
bump to nma-gtk4
Browse files Browse the repository at this point in the history
  • Loading branch information
danirabbit committed Jan 17, 2024
1 parent cd220e3 commit 595a99d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Install Dependencies
run: |
apt update
apt install -y libgranite-7-dev libnm-dev libnma-dev libswitchboard-3-dev meson valac
apt install -y libgranite-7-dev libnm-dev libnma-gtk4-dev libswitchboard-3-dev meson valac
- name: Build
env:
DESTDIR: out
Expand Down
2 changes: 1 addition & 1 deletion src/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ shared_module(
dependency('granite-7'),
dependency('gtk4'),
libnm_dep,
dependency('libnma'),
dependency('libnma-gtk4-0'),
meson.get_compiler('vala').find_library('posix'),
switchboard_dep
],
Expand Down

0 comments on commit 595a99d

Please sign in to comment.