From 72f5ec3ce777fc05150856f1841e60b0f5c9f8f7 Mon Sep 17 00:00:00 2001 From: Andrew Opalach Date: Sat, 18 Jul 2026 13:34:49 -0400 Subject: restore old frontends as they were Minimal changes, just enough to get them building and running. Signed-off-by: Andrew Opalach --- frontends/sdl/meson.build | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 frontends/sdl/meson.build (limited to 'frontends/sdl/meson.build') diff --git a/frontends/sdl/meson.build b/frontends/sdl/meson.build new file mode 100644 index 0000000..5760408 --- /dev/null +++ b/frontends/sdl/meson.build @@ -0,0 +1,14 @@ +src = ['cetris_sdl.c'] + +inc = [cetris_inc] +deps = [] + +deps += compiler.find_library('m') +deps += dependency('SDL2') +deps += dependency('SDL2_ttf') +deps += dependency('SDL2_image') + +executable('cetris', src, + dependencies: deps, + include_directories: inc, + install: false) -- cgit v1.2.3-101-g0448