Merge pull request #30888 from dezgeg/pr-split-xf86libinput

xorg.xf86inputlibinput: Split dev output
This commit is contained in:
Jörg Thalheim 2017-10-28 13:24:34 +01:00 committed by GitHub
commit bf33b4fb43
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 // {