libxkbcommon: add meta.pkgConfigModules annotation
This commit is contained in:
@@ -63,5 +63,10 @@ stdenv.mkDerivation rec {
|
||||
maintainers = with maintainers; [ primeos ttuegel ];
|
||||
mainProgram = "xkbcli";
|
||||
platforms = with platforms; unix;
|
||||
pkgConfigModules = [
|
||||
"xkbcommon"
|
||||
"xkbcommon-x11"
|
||||
"xkbregistry"
|
||||
];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user