Skip to content

Commit 57a68cb

Browse files
link gtk4-layer-shell before wayland-client (#317)
1 parent ec43fb3 commit 57a68cb

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

src/background/meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
executable('wf-background', ['background.cpp'],
2-
dependencies: [gtkmm, wayland_client, libutil, wf_protos, wfconfig, gtklayershell, epoxy],
2+
dependencies: [gtkmm, gtklayershell, wayland_client, libutil, wf_protos, wfconfig, epoxy],
33
install: true)

src/dock/meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
executable('wf-dock', ['dock.cpp', 'dock-app.cpp', 'toplevel.cpp', 'toplevel-icon.cpp'],
2-
dependencies: [gtkmm, wayland_client, libutil, wf_protos, wfconfig, gtklayershell],
2+
dependencies: [gtkmm, gtklayershell, wayland_client, libutil, wf_protos, wfconfig],
33
install: true)

src/panel/meson.build

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@ widget_sources = [
2323

2424
deps = [
2525
gtkmm,
26+
gtklayershell,
2627
wayland_client,
2728
libutil,
2829
wf_protos,
2930
wfconfig,
30-
gtklayershell,
3131
dbusmenu_gtk,
3232
]
3333

@@ -41,4 +41,4 @@ executable(
4141
['panel.cpp'] + widget_sources,
4242
dependencies: deps,
4343
install: true,
44-
)
44+
)

src/util/meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ util = static_library(
77
'wf-popover.cpp',
88
'css-config.cpp',
99
],
10-
dependencies: [wf_protos, wayland_client, gtkmm, wfconfig, libinotify, gtklayershell],
10+
dependencies: [wf_protos, gtklayershell, wayland_client, gtkmm, wfconfig, libinotify],
1111
)
1212

1313
util_includes = include_directories('.')

0 commit comments

Comments
 (0)