diff options
| author | Danilo M. <danix@danix.xyz> | 2026-09-22 10:46:39 +0200 |
|---|---|---|
| committer | Danilo M. <danix@danix.xyz> | 2026-09-22 10:46:39 +0200 |
| commit | 9667f01266cbb91c2c80dc2d31e44e5c3b3880fe (patch) | |
| tree | d0a6aff9d1bc1c684ba8771fb02602b52d4b18ed | |
| parent | 91840b29d0394bd212c826136788061e053d2ea1 (diff) | |
| download | my-slackbuilds-9667f01266cbb91c2c80dc2d31e44e5c3b3880fe.tar.gz my-slackbuilds-9667f01266cbb91c2c80dc2d31e44e5c3b3880fe.zip | |
kitty: add slang-bin to REQUIRES
kitty 0.49.0 compiles its shaders at build time with slangc, which is
neither in Slackware nor on SBo, so the build fails with "The shader
slang compiler (slangc) not in PATH". The release tarball ships only
the .slang sources, with no prebuilt shaders to fall back on.
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
| -rw-r--r-- | kitty/kitty.info | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kitty/kitty.info b/kitty/kitty.info index 6e71e57..cca72fc 100644 --- a/kitty/kitty.info +++ b/kitty/kitty.info @@ -5,6 +5,6 @@ DOWNLOAD="https://github.com/kovidgoyal/kitty/releases/download/v0.49.0/kitty-0. MD5SUM="bc5264a525333e545bca66b2fe2baf8b" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="simde ttf-nerd-fonts-symbols" +REQUIRES="simde ttf-nerd-fonts-symbols slang-bin" MAINTAINER="danix" EMAIL="danix@danix.xyz" |
