Steps to reproduce: * Clone gst-build (e.g. ~/gst-build) * Build it * Enable its variables (e.g invoking ~/gst-build/gst-env.py to open a new shell) * Build WebKit The build will fail with the following error: In file included from DerivedSources/ForwardingHeaders/WebCore/GStreamerCommon.h:25, from DerivedSources/ForwardingHeaders/WebCore/SharedBuffer.h:52, from ../Source/WebKit/Platform/IPC/Decoder.h:33, from ../Source/WebKit/Shared/WebPreferencesStore.h:28, from ../Source/WebKit/UIProcess/WebPreferences.h:32, from ../Source/WebKit/UIProcess/API/glib/WebKitSettingsPrivate.h:31, from ../Tools/TestWebKitAPI/Tests/WebKitGLib/TestUIClient.cpp:24: DerivedSources/ForwardingHeaders/WebCore/GUniquePtrGStreamer.h:24:10: fatal error: gst/audio/audio.h: No such file or directory 24 | #include <gst/audio/audio.h> | ^~~~~~~~~~~~~~~~~~~ compilation terminated.
Created attachment 417328 [details] Patch
Committed r271346: <https://trac.webkit.org/changeset/271346> All reviewed patches have been landed. Closing bug and clearing flags on attachment 417328 [details].
<rdar://problem/72962015>