libxkbcommon: add meta.pkgConfigModules annotation

This commit is contained in:
maralorn 2023-08-08 14:55:28 +02:00
parent cacb118b78
commit 94a6ca907f
No known key found for this signature in database

View file

@ -63,5 +63,10 @@ stdenv.mkDerivation rec {
maintainers = with maintainers; [ primeos ttuegel ];
mainProgram = "xkbcli";
platforms = with platforms; unix;
pkgConfigModules = [
"xkbcommon"
"xkbcommon-x11"
"xkbregistry"
];
};
}