about summary refs log tree commit diff
path: root/pkgs/tools/wayland/wl-gammactl/dont-need-wlroots.diff
blob: a5eeab64a7bb6b51ef1aa7c94620e0f99835ad65 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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
 	],