[webkit-changes] [WebKit/WebKit] 031a06: [WPE] Fix build for Ubuntu 20.04 after 272029 at main

Diego Pino noreply at github.com
Thu Dec 21 09:24:29 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 031a06346222a6c2458400c439f4c005a0b73c9e
      https://github.com/WebKit/WebKit/commit/031a06346222a6c2458400c439f4c005a0b73c9e
  Author: Diego Pino Garcia <dpino at igalia.com>
  Date:   2023-12-21 (Thu, 21 Dec 2023)

  Changed paths:
    M Source/WebKit/Sources.txt
    M Source/WebKit/WebKit.xcodeproj/project.pbxproj

  Log Message:
  -----------
  [WPE] Fix build for Ubuntu 20.04 after 272029 at main
https://bugs.webkit.org/show_bug.cgi?id=265791

Reviewed by Philippe Normand.

Build ended with a linking error due to undefined reference
'WebKit::LibWebRTCDnsResolverFactory::Resolver::Start'.

* Source/WebKit/Sources.txt: Add missing file
  'WebProcess/Network/webrtc/LibWebRTCDnsResolverFactory.cpp'.
* Source/WebKit/WebKit.xcodeproj/project.pbxproj: Remove references to
  'LibWebRTCDnsResolverFactory.cpp'.

Canonical link: https://commits.webkit.org/272418@main




More information about the webkit-changes mailing list