[webkit-changes] [WebKit/WebKit] 2bbc81: PC_GCRYPT_FOUND should be checked in FindLibGcrypt...

kkang-wr noreply at github.com
Mon Apr 3 23:59:00 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 2bbc81a78b68af869cf0787f6c8b234a06b862d5
      https://github.com/WebKit/WebKit/commit/2bbc81a78b68af869cf0787f6c8b234a06b862d5
  Author: Kai Kang <kai.kang at windriver.com>
  Date:   2023-04-03 (Mon, 03 Apr 2023)

  Changed paths:
    M Source/cmake/FindLibGcrypt.cmake

  Log Message:
  -----------
  PC_GCRYPT_FOUND should be checked in FindLibGcrypt.cmake
https://bugs.webkit.org/show_bug.cgi?id=254402

Reviewed by Adrian Perez de Castro.

After `pkg_check_modules(PC_GCRYPT QUIET libgcrypt)` in
FindLibGcrypt.cmake, PC_GCRYPT_FOUND will be set but PC_GCRYPT is kept
empty. So check PC_GCRYPT_FOUND instead.

* Source/cmake/FindLibGcrypt.cmake:

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




More information about the webkit-changes mailing list