xorg.libXtst: add meta.pkgConfigModules annotation
This commit is contained in:
parent
09b6e7fb21
commit
de7882fd41
1 changed files with 6 additions and 0 deletions
|
@ -152,6 +152,12 @@ self: super:
|
||||||
};
|
};
|
||||||
});
|
});
|
||||||
|
|
||||||
|
libXtst = super.libXtst.overrideAttrs (attrs: {
|
||||||
|
meta = attrs.meta // {
|
||||||
|
pkgConfigModules = [ "xtst" ];
|
||||||
|
};
|
||||||
|
});
|
||||||
|
|
||||||
libXfont = super.libXfont.overrideAttrs (attrs: {
|
libXfont = super.libXfont.overrideAttrs (attrs: {
|
||||||
outputs = [ "out" "dev" ];
|
outputs = [ "out" "dev" ];
|
||||||
propagatedBuildInputs = attrs.propagatedBuildInputs or [] ++ [ freetype ]; # propagate link reqs. like bzip2
|
propagatedBuildInputs = attrs.propagatedBuildInputs or [] ++ [ freetype ]; # propagate link reqs. like bzip2
|
||||||
|
|
Loading…
Reference in a new issue