Title: [295581] trunk/Source/cmake/WebKitCommon.cmake
Revision
295581
Author
[email protected]
Date
2022-06-15 18:02:38 -0700 (Wed, 15 Jun 2022)

Log Message

[CMake] Check for all required perl modules
https://bugs.webkit.org/show_bug.cgi?id=241648

Patch by Michael Catanzaro <[email protected]> on 2022-06-15
Reviewed by Adrian Perez de Castro.

* Source/cmake/WebKitCommon.cmake:

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

Modified Paths

Diff

Modified: trunk/Source/cmake/WebKitCommon.cmake (295580 => 295581)


--- trunk/Source/cmake/WebKitCommon.cmake	2022-06-15 23:55:06 UTC (rev 295580)
+++ trunk/Source/cmake/WebKitCommon.cmake	2022-06-16 01:02:38 UTC (rev 295581)
@@ -180,7 +180,7 @@
 
     # TODO Enforce version requirement for perl
     find_package(Perl 5.10.0 REQUIRED)
-    find_package(PerlModules COMPONENTS JSON::PP REQUIRED)
+    find_package(PerlModules COMPONENTS English FindBin JSON::PP REQUIRED)
 
     # This module looks preferably for version 3 of Python. If not found, version 2 is searched.
     find_package(Python COMPONENTS Interpreter REQUIRED)
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to