xkbfile dependency #8580
Unanswered
grue-bleen
asked this question in
General
Replies: 1 comment 1 reply
-
@cyrilchemparathy are you suggesting updating our prerequisites? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
on ubuntu 20.10:
Package xkbfile was not found in the pkg-config search path.
Perhaps you should add the directory containing
xkbfile.pc' to the PKG_CONFIG_PATH environment variable No package 'xkbfile' found gyp: Call to '${PKG_CONFIG:-pkg-config} x11 xkbfile --cflags | sed s/-I//g' returned exit status 0 while in binding.gyp. while trying to load binding.gyp gyp ERR! configure error gyp ERR! stack Error:
gyp` failed with exit code: 1installing libxkbfile-dev fixed it.
Beta Was this translation helpful? Give feedback.
All reactions