nixpkgs/pkgs/development/libraries/libxkbcommon
Michael Weiss 3762bb5390
libxkbcommon: Enable libxkbregistry
This also enables the "list" subcommand of xkbcli.

Since libxkbregistry is an optional library we could install it into a
different output. However, doing this properly is quite challenging and
the best approach would likely be to upstream patches that add a Meson
option for installing libxkbregistry under a separate prefix (so that
the pkg-config file is generated correctly, etc.).
But even then the default fixup phase would try to move
$libxkbregistry/include into the $dev output and the $out output would
depend on the $libxkbcommon output because of the xkbcli binary (though
we could move that into a $bin output).
As a result it seems best not to install libxkbregistry into a dedicated
output path.
2021-01-25 15:00:55 +01:00
..
default.nix libxkbcommon: Enable libxkbregistry 2021-01-25 15:00:55 +01:00
fix-cross-compilation.patch libxkbcommon: Add a "USE flag" for Wayland support (#110693) 2021-01-25 14:52:05 +01:00
libxkbcommon_7.nix pkgs/development/libraries: stdenv.lib -> lib 2021-01-21 19:11:02 -08:00