]> Git Repo - buildroot-mgba.git/commit
package/gstreamer1/gst1-rtsp-server: fix introspection
authorFabrice Fontaine <[email protected]>
Mon, 20 Dec 2021 09:33:11 +0000 (10:33 +0100)
committerThomas Petazzoni <[email protected]>
Thu, 13 Jan 2022 21:02:52 +0000 (22:02 +0100)
commitfa3e7a63b93620b8227d66c6a973cd6140432cf3
tree4d63e4c6f317b0f452116702a0a728e9fe7357a8
parent5b8abbe72c281bf646373b53abc2471631b8be71
package/gstreamer1/gst1-rtsp-server: fix introspection

Fix the following build failure with introspection:

/home/giuliobenetti/autobuild/run/instance-3/output-1/host/riscv32-buildroot-linux-gnu/sysroot/usr/bin/g-ir-compiler gst/rtsp-server/GstRtspServer-1.0.gir --output gst/rtsp-server/GstRtspServer-1.0.typelib --includedir=/usr/share/gir-1.0
Could not find GIR file 'Gst-1.0.gir'; check XDG_DATA_DIRS or use --includedir
error parsing file gst/rtsp-server/GstRtspServer-1.0.gir: Failed to parse included gir Gst-1.0
If the above error message is about missing .so libraries, then setting up GIR_EXTRA_LIBS_PATH in the .mk file should help.
Typically like this: PKG_MAKE_ENV += GIR_EXTRA_LIBS_PATH="$(@D)/.libs"

Fixes:
 - http://autobuild.buildroot.org/results/04af6b22cfa0cffb6a3109a3b32b27137ad2e0b0

Signed-off-by: Fabrice Fontaine <[email protected]>
Signed-off-by: Thomas Petazzoni <[email protected]>
package/gstreamer1/gst1-rtsp-server/0001-gst-rtsp-server-meson.build-add-gst_dep.patch [new file with mode: 0644]
This page took 0.039626 seconds and 4 git commands to generate.