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