[webkit-changes] [WebKit/WebKit] 2fdd08: [CMake] Use an imported target for the Epoxy library

Adrian Perez noreply at github.com
Thu Jan 18 07:06:56 PST 2024


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 2fdd0867ae983a0ae890339893212c3afe75b7dc
      https://github.com/WebKit/WebKit/commit/2fdd0867ae983a0ae890339893212c3afe75b7dc
  Author: Adrian Perez de Castro <aperez at igalia.com>
  Date:   2024-01-18 (Thu, 18 Jan 2024)

  Changed paths:
    M Source/WebCore/CMakeLists.txt
    M Source/WebKit/CMakeLists.txt
    M Source/WebKit/PlatformWPE.cmake
    M Source/WebKit/WPEPlatform/CMakeLists.txt
    A Source/cmake/FindEpoxy.cmake
    R Source/cmake/FindLibEpoxy.cmake
    M Source/cmake/OptionsGTK.cmake
    M Source/cmake/OptionsWPE.cmake

  Log Message:
  -----------
  [CMake] Use an imported target for the Epoxy library
https://bugs.webkit.org/show_bug.cgi?id=267698

Reviewed by Carlos Garcia Campos.

Replace the CMake find module for the Epoxy library with a new one
that defines an Epoxy::Epoxy imported target.

* Source/WebCore/CMakeLists.txt: Use the Epoxy::Epoxy target.
* Source/WebKit/CMakeLists.txt: Ditto.
* Source/WebKit/PlatformWPE.cmake: Ditto.
* Source/WebKit/WPEPlatform/CMakeLists.txt: Ditto.
* Source/cmake/FindEpoxy.cmake: Added.
* Source/cmake/FindLibEpoxy.cmake: Removed.
* Source/cmake/OptionsGTK.cmake: Adapt to new find module name
* Source/cmake/OptionsWPE.cmake: Ditto.

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




More information about the webkit-changes mailing list