mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-16 06:47:09 +03:00
Merge pull request #30888 from dezgeg/pr-split-xf86libinput
xorg.xf86inputlibinput: Split dev output
This commit is contained in:
commit
bf33b4fb43
@ -321,8 +321,9 @@ in
|
||||
url = "mirror://xorg/individual/driver/${name}.tar.bz2";
|
||||
sha256 = "0yrqs88b7yn9nljwlxzn76jfmvf0sh939kzij5b2jvr2qa7mbjmb";
|
||||
};
|
||||
outputs = [ "out" "dev" ];
|
||||
buildInputs = attrs.buildInputs ++ [ args.libinput ];
|
||||
installFlags = "sdkdir=\${out}/include/xorg";
|
||||
installFlags = "sdkdir=\${dev}/include/xorg";
|
||||
};
|
||||
|
||||
xf86inputsynaptics = attrs: attrs // {
|
||||
|
Loading…
Reference in New Issue
Block a user