Skip to content

Commit

Permalink
Add missing gio-unix-2.0 dependency (#34)
Browse files Browse the repository at this point in the history
  • Loading branch information
berbiche authored Jan 6, 2022
1 parent edee034 commit 383c0ec
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ pkgconfig = import('pkgconfig')
gtklayershell = dependency('gtk-layer-shell-0', version: '>= 0.6', fallback: ['gtk-layer-shell', 'gtk_layer_shell'])
gtk3 = dependency('gtk+-3.0')
gio2 = dependency('gio-2.0')
gio2unix = dependency('gio-unix-2.0')

deps = [
gtk3,
gio2,

gtklayershell,
dynlink
]
Expand Down
1 change: 1 addition & 0 deletions src/applets/app-finder/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ library('wapanel-applet-app-finder',
],
dependencies: [
gtk3,
gio2unix,
dependency('threads'),
gtklayershell
],
Expand Down
1 change: 1 addition & 0 deletions src/applets/task-switcher/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ library('wapanel-applet-task-switcher',
dependencies: [
gtk3,
gio2,
gio2unix,
wl_protos
],
install: true,
Expand Down

0 comments on commit 383c0ec

Please sign in to comment.