diff options
| author | aethrvmn <me@aethrvmn.gr> | 2025-11-23 15:37:58 +0000 |
|---|---|---|
| committer | aethrvmn <me@aethrvmn.gr> | 2025-11-23 15:37:58 +0000 |
| commit | 6c522a0b97654ebffa2c9ab44e756b1541bbef90 (patch) | |
| tree | 69f4217cfcbcfe8e807a7d14e47e03deb460a322 /src/tesserae/extra | |
| parent | added libdrm definition (diff) | |
added libtsm definition
Diffstat (limited to 'src/tesserae/extra')
| -rw-r--r-- | src/tesserae/extra/libtsm.nim | 17 |
1 files changed, 17 insertions, 0 deletions
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" |
