Version:
Usage
Install the latest libxkbcommon package with the following command:
meson wrap install libxkbcommonOr, download the wrap file directly fromthis linkand place it in the 'subprojects' directory of your project.
Libraries (or programs) from libxkbcommon 1.11.0-2 can be used by adding the following lines to your meson.build file:
xkbcommon_dep = dependency('xkbcommon')
xkbcommon-x11_dep = dependency('xkbcommon-x11')
xkbregistry_dep = dependency('xkbregistry')Patch Files Preview
No patch files needed for this package.