Title: [295327] trunk/Source/cmake/OptionsPlayStation.cmake
Revision
295327
Author
[email protected]
Date
2022-06-06 20:58:28 -0700 (Mon, 06 Jun 2022)

Log Message

Fix PlayStation build after r295294
https://bugs.webkit.org/show_bug.cgi?id=241359

Reviewed by Ross Kirsling.

The ICU::uc target was added twice to a list of modules causing it to be multiply defined.

* Source/cmake/OptionsPlayStation.cmake:

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

Modified Paths

Diff

Modified: trunk/Source/cmake/OptionsPlayStation.cmake (295326 => 295327)


--- trunk/Source/cmake/OptionsPlayStation.cmake	2022-06-07 03:44:44 UTC (rev 295326)
+++ trunk/Source/cmake/OptionsPlayStation.cmake	2022-06-07 03:58:28 UTC (rev 295327)
@@ -90,7 +90,6 @@
         Fontconfig::Fontconfig
         Freetype::Freetype
         HarfBuzz::HarfBuzz
-        ICU::uc
         OpenSSL::SSL
         PNG::PNG
         WebKitRequirements::WebKitResources
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to