Building WebKitGTK on Debian 12 with flag -DUSE_GTK4=OFF (requires libgtk-3-dev) fails with the following error: ``` CMake Error at /usr/share/cmake-3.25/Modules/FindPackageHandleStandardArgs.cmake:230 (message): Could NOT find GTK (missing: GTK_VERSION) (Required is at least version "3.22.0") ``` The reason is that after https://commits.webkit.org/270775@main, if libgtk-4-dev is present in an OS then libgtk3-dev is not installed. However, it should still be possible to build using GTK3.
Pull request: https://github.com/webkit/webkit/pull/20756
Committed 271009@main (f2d7213b34a3): <https://commits.webkit.org/271009@main> Reviewed commits have been landed. Closing PR #20756 and removing active labels.
<rdar://problem/118682882>