From 395957ed1e55d7f95e5a3589420fa321d7d6e8b2 Mon Sep 17 00:00:00 2001 From: xengineering Date: Sun, 27 Nov 2022 18:12:03 +0100 Subject: Remove SDL2-based LimoX This commit is part of the maintenance branch of the legacy GTK4 / libstrophe version of LimoX. Thus SDL2 and self-written XMPP stuff is not needed anymore. --- meson.build | 2 -- 1 file changed, 2 deletions(-) (limited to 'meson.build') diff --git a/meson.build b/meson.build index 8a21907..2154edf 100644 --- a/meson.build +++ b/meson.build @@ -1,6 +1,4 @@ project('LimoX', 'c') gtkdep = dependency('gtk4') strophedep = dependency('libstrophe') -sdl2dep = dependency('sdl2') executable('limox', ['main.c', 'gtk.c', 'strophe.c', 'data.c'], dependencies : [gtkdep, strophedep]) -executable('limox_sdl2', ['main.c', 'sdl2.c', 'xmpp.c', 'data.c'], dependencies : [sdl2dep]) -- cgit v1.2.3-70-g09d2