mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 07:31:26 +00:00
treewide: Make explicit that 'dev' output of libdrm is used
This commit is contained in:
parent
d6dc1bce76
commit
f7a0b0b9bc
@ -7,7 +7,7 @@ stdenv.mkDerivation rec {
|
||||
sha256 = "0avb0d6nk4d88l81c2j6py13vdfnvg080ycw2y3qvawyjf1mhska";
|
||||
};
|
||||
buildInputs = [ pkgconfig efl libdrm gdbm automake autoconf ] ++ stdenv.lib.optionals stdenv.isLinux [ libcap ];
|
||||
NIX_CFLAGS_COMPILE = [ "-I${libdrm}/include/libdrm" ];
|
||||
NIX_CFLAGS_COMPILE = [ "-I${libdrm.dev}/include/libdrm" ];
|
||||
patches = [ ./elementary.patch ];
|
||||
enableParallelBuilding = true;
|
||||
meta = {
|
||||
|
Loading…
Reference in New Issue
Block a user