gst_all_1.gst-rtsp-server: fix pkgconfig includedir and libdir

This commit is contained in:
Doron Behar
2020-09-03 13:04:55 +02:00
committed by Jan Tojnar
parent bf007a2c0a
commit e30287c590
2 changed files with 24 additions and 0 deletions
@@ -20,6 +20,15 @@ stdenv.mkDerivation rec {
outputs = [ "out" "dev" ];
patches = [
# To use split outputs, we need this so double prefix won't be used in the
# pkg-config files. Hopefully, this won't be needed on the next release,
# _if_
# https://gitlab.freedesktop.org/gstreamer/gst-rtsp-server/merge_requests/1
# will be merged. For the current release, this merge request won't apply.
./fix_pkgconfig_includedir.patch
];
nativeBuildInputs = [
meson
ninja