biome: 1.9.2 -> 1.9.3
[NixPkgs.git] / pkgs / tools / wayland / wl-gammactl / dont-need-wlroots.diff
bloba5eeab64a7bb6b51ef1aa7c94620e0f99835ad65
1 diff --git a/meson.build b/meson.build
2 index 5253f52..f5ff82e 100644
3 --- a/meson.build
4 +++ b/meson.build
5 @@ -6,7 +6,6 @@ project(
7 # Define dependecies
8 dep_gtk3 = dependency('gtk+-3.0')
9 -dep_wlroots = dependency('wlroots')
10 dep_wayland_client = dependency('wayland-client')
13 @@ -75,7 +74,6 @@ executable(
14 'wl-gammactl',
15 sources,
16 dependencies : [
17 - dep_wlroots,
18 dep_wayland_client,
19 dep_gtk3