From 1cdb05e9d0256f6b8942a7436b539ad87fbcf366 Mon Sep 17 00:00:00 2001 From: Erik Reider <35975961+ErikReider@users.noreply.github.com> Date: Wed, 8 May 2024 11:32:13 +0200 Subject: meson.build spring cleaning (#49) * Cleaned meson options * Only look for wlroots subproject if dep isn't found * Renamed wlr variables to scenefx ones --- types/fx/meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'types/fx/meson.build') diff --git a/types/fx/meson.build b/types/fx/meson.build index 2170f35..3932965 100644 --- a/types/fx/meson.build +++ b/types/fx/meson.build @@ -1,4 +1,4 @@ -wlr_files += files( +scenefx_files += files( 'shadow_data.c', 'blur_data.c', ) -- cgit v1.2.3