Skip to content

Commit

Permalink
bump libs
Browse files Browse the repository at this point in the history
  • Loading branch information
danirabbit committed Oct 16, 2023
1 parent 97a5530 commit 48ce689
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 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 meson libfwupd-dev libgranite-dev libgtk-3-dev libgtop2-dev libgudev-1.0-dev libudisks2-dev libhandy-1-dev libswitchboard-2.0-dev libappstream-dev valac
apt install -y meson libadwaita-1-dev libfwupd-dev libgranite-7-dev libgtk-4-dev libgtop2-dev libgudev-1.0-dev libudisks2-dev libswitchboard-3-dev libappstream-dev valac
- name: Build
env:
DESTDIR: out
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@

You'll need the following dependencies:

* libswitchboard-2.0-dev
* libswitchboard-3-dev
* libfwupd-dev
* libgranite-dev
* libgtk-3-dev
* libgranite-7-dev
* libgtk-4-dev
* libgtop2-dev
* libgudev-1.0-dev
* libudisks2-dev
* libhandy-1-dev
* libadwaita-1-dev
* libappstream-dev
* meson
* valac
Expand Down
2 changes: 1 addition & 1 deletion src/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ plug_files = files(
'Widgets/FirmwareUpdateRow.vala'
)

switchboard_dep = dependency('switchboard-2.0')
switchboard_dep = dependency('switchboard-3')
switchboard_plugsdir = switchboard_dep.get_pkgconfig_variable('plugsdir', define_variable: ['libdir', libdir])

config_data = configuration_data()
Expand Down

0 comments on commit 48ce689

Please sign in to comment.