legionus / kbd

Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/legion/kbd.git
https://kbd-project.org
Other
84 stars 41 forks source link

screendump missing in arch package? #91

Closed Githopp closed 1 year ago

Githopp commented 1 year ago

Hey could be a noob question, but I installed the arch kbd package (pacman -S kbd) and are missing the screendump programm. Is this a bug? I dont know where to ask, if the arch package differs from the debian one.

I now copied the usr/bin/screendump from my debian machine to my arch machine, but thats not really a fix.

legionus commented 1 year ago

The screendump is not built by default (it is optional). In order for optional utilities to be built, the --enable-optional-progs option must be used. The archlinux build does not use this option:

https://github.com/archlinux/svntogit-packages/blob/packages/kbd/trunk/PKGBUILD#L46

legionus commented 1 year ago

@Githopp You should ask the archlinux maintainers to add the option to their build.

Githopp commented 1 year ago

Thank you very much for the prompt reply! I will try that.