Some checks failed
Periodic Merges (6h) / master → staging-nixos (push) Failing after 12m50s
Periodic Merges (6h) / master → staging-next (push) Failing after 12m54s
Periodic Merges (24h) / merge-base(master,staging) → haskell-updates (push) Failing after 11m54s
Periodic Merges (6h) / staging-next → staging (push) Failing after 12m13s
Periodic Merges (24h) / staging-next-25.05 → staging-25.05 (push) Failing after 13m24s
Periodic Merges (24h) / release-25.05 → staging-next-25.05 (push) Failing after 14m28s
21 lines
414 B
Diff
21 lines
414 B
Diff
diff --git a/meson.build b/meson.build
|
|
index 5253f52..f5ff82e 100644
|
|
--- a/meson.build
|
|
+++ b/meson.build
|
|
@@ -6,7 +6,6 @@ project(
|
|
|
|
# Define dependecies
|
|
dep_gtk3 = dependency('gtk+-3.0')
|
|
-dep_wlroots = dependency('wlroots')
|
|
dep_wayland_client = dependency('wayland-client')
|
|
|
|
|
|
@@ -75,7 +74,6 @@ executable(
|
|
'wl-gammactl',
|
|
sources,
|
|
dependencies : [
|
|
- dep_wlroots,
|
|
dep_wayland_client,
|
|
dep_gtk3
|
|
],
|