libcec: get native cmake for cross
This commit is contained in:
parent
433d5178ca
commit
72363f71bf
@ -11,8 +11,8 @@ stdenv.mkDerivation {
|
|||||||
sha256 = "02j09y06csaic4m0fyb4dr9l3hl15nxbbniwq0i1qlccpxjak0j3";
|
sha256 = "02j09y06csaic4m0fyb4dr9l3hl15nxbbniwq0i1qlccpxjak0j3";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ pkgconfig ];
|
nativeBuildInputs = [ pkgconfig cmake ];
|
||||||
buildInputs = [ cmake udev libcec_platform ] ++
|
buildInputs = [ udev libcec_platform ] ++
|
||||||
stdenv.lib.optional (libraspberrypi != null) libraspberrypi;
|
stdenv.lib.optional (libraspberrypi != null) libraspberrypi;
|
||||||
|
|
||||||
cmakeFlags = [ "-DBUILD_SHARED_LIBS=1" ];
|
cmakeFlags = [ "-DBUILD_SHARED_LIBS=1" ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user