tests: fix possible libscpp build failure in gst-plugins-bad

../subprojects/gst-plugins-bad/tests/check/libs/gstlibscpp.cc:41:
fatal error: gst/mpegts/gstmpegts-enumtypes.h: No such file or directory

Could only pass the needed deps to the libscpp test, but gets
messier to maintain, so let's at it for consistency.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/6643>
This commit is contained in:
Tim-Philipp Müller 2024-04-15 10:51:03 +01:00 committed by GStreamer Marge Bot
parent 97d4c56c8f
commit 60ac6d0883

View file

@ -185,8 +185,10 @@ test_defines = [
'-DGST_USE_UNSTABLE_API',
]
test_deps = [gst_dep, gstapp_dep, gstbase_dep,
gstbasecamerabin_dep, gstphotography_dep,
test_deps = [gst_dep, gstapp_dep, gstbase_dep, gstbadaudio_dep,
gstbasecamerabin_dep, gstphotography_dep, gstwebrtc_dep,
gstmpegts_dep, gstmse_dep, gstplay_dep, gstplayer_dep,
gstanalytics_dep, gstinsertbin_dep, gst_transcoder_dep,
gstpbutils_dep, gstcontroller_dep, gstaudio_dep,
gstvideo_dep, gstrtp_dep, gsturidownloader_dep,
gstcheck_dep, gio_dep, gsttag_dep]