From 6c522a0b97654ebffa2c9ab44e756b1541bbef90 Mon Sep 17 00:00:00 2001 From: aethrvmn Date: Sun, 23 Nov 2025 16:37:58 +0100 Subject: added libtsm definition --- src/tesserae/extra/libtsm.nim | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 src/tesserae/extra/libtsm.nim (limited to 'src') diff --git a/src/tesserae/extra/libtsm.nim b/src/tesserae/extra/libtsm.nim new file mode 100644 index 0000000..345567b --- /dev/null +++ b/src/tesserae/extra/libtsm.nim @@ -0,0 +1,17 @@ +# Αδειοδοτείται υπό τους όρους της EUPL +import .. / .. / lapis + +tessera "libtsm": + source: "https://github.com/Aetf/libtsm/archive/refs/tags/v4.3.0.tar.gz" + patches: @[""] + dependencies: @[ + "libxkbcommon" + ] + dependants: @["kmscon"] + build: @[ + "meson setup build --prefix=/usr", + "cd build", + "meson compile", + "meson install" + ] + result: "libtsm.so" -- cgit v1.2.3