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 --- util/meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'util') diff --git a/util/meson.build b/util/meson.build index b54835c..c81d15c 100644 --- a/util/meson.build +++ b/util/meson.build @@ -1,4 +1,4 @@ -wlr_files += files( +scenefx_files += files( 'array.c', 'env.c', 'time.c', -- cgit v1.2.3