summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorxengineering <me@xengineering.eu>2022-11-27 18:12:03 +0100
committerxengineering <me@xengineering.eu>2022-11-27 18:12:03 +0100
commit395957ed1e55d7f95e5a3589420fa321d7d6e8b2 (patch)
treea2544f8ea5eb527991405d472c71eb2f0af32dda /meson.build
parent8b9ce1d7848bd8ad417a3834d11e1b00c028f8eb (diff)
downloadlimox-395957ed1e55d7f95e5a3589420fa321d7d6e8b2.tar
limox-395957ed1e55d7f95e5a3589420fa321d7d6e8b2.tar.zst
limox-395957ed1e55d7f95e5a3589420fa321d7d6e8b2.zip
Remove SDL2-based LimoXlegacy/gtk4-libstrophe
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.
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build2
1 files changed, 0 insertions, 2 deletions
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])