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/meson.build | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) (limited to 'types/meson.build') diff --git a/types/meson.build b/types/meson.build index 29e9c36..c0296eb 100644 --- a/types/meson.build +++ b/types/meson.build @@ -1,12 +1,7 @@ -wlr_files += files( +scenefx_files += files( 'scene/wlr_scene.c', + 'output/wlr_output.c', + 'buffer/buffer.c', ) -if not wlroots_is_sub - wlr_files += files([ - 'output/wlr_output.c', - 'buffer/buffer.c', - ]) -endif - subdir('fx') -- cgit v1.2.3