gst-rtsp-server: Switch to meson build system
This commit is contained in:
parent
a19a9b2b14
commit
42d3b5c846
@ -1,4 +1,6 @@
|
|||||||
{ stdenv, fetchurl, pkgconfig, gst-plugins-base }:
|
{ stdenv, fetchurl, meson, ninja, pkgconfig
|
||||||
|
, gst-plugins-base, gettext, gobjectIntrospection
|
||||||
|
}:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "gst-rtsp-server-1.14.0";
|
name = "gst-rtsp-server-1.14.0";
|
||||||
@ -21,7 +23,7 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
outputs = [ "out" "dev" ];
|
outputs = [ "out" "dev" ];
|
||||||
|
|
||||||
nativeBuildInputs = [ pkgconfig ];
|
nativeBuildInputs = [ meson ninja gettext gobjectIntrospection pkgconfig ];
|
||||||
|
|
||||||
buildInputs = [ gst-plugins-base ];
|
buildInputs = [ gst-plugins-base ];
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user