Skip to content

Instantly share code, notes, and snippets.

@CiaranWelsh
Created July 29, 2022 08:30
Show Gist options
  • Save CiaranWelsh/6e7a128818acc06c106415b3072afec5 to your computer and use it in GitHub Desktop.
Save CiaranWelsh/6e7a128818acc06c106415b3072afec5 to your computer and use it in GitHub Desktop.
When building from source, its common to have a missing library. You can use apt-file to find which package needs to be installed.
sudo apt install apt-file
apt-file search X11/extensions/XKBrules.h
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment