RESOLVED FIXED 273871
Regression(278398@main): COG does not build for the first time with meson before 1.1.0
https://bugs.webkit.org/show_bug.cgi?id=273871
Summary Regression(278398@main): COG does not build for the first time with meson bef...
Przemyslaw Gorszkowski
Reported 2024-05-08 03:23:29 PDT
When webkit is built with COG from the scratch(for the first time, COG does not build, because recently added "--reconfigure" (278398@main) does not work with empty build folder with meson before 1.1.0 version. Comment from meson documentation: "Since 1.1.0 --reconfigure is allowed even if the build directory does not already exist, that argument is ignored in that case." It seems that we need to add some conditional using "--reconfigure" option in case of first build.
Attachments
Przemyslaw Gorszkowski
Comment 1 2024-05-13 05:35:03 PDT
EWS
Comment 2 2024-05-14 03:01:06 PDT
Committed 278747@main (b653500dcfab): <https://commits.webkit.org/278747@main> Reviewed commits have been landed. Closing PR #28470 and removing active labels.
Note You need to log in before you can comment on or make changes to this bug.