Branch: refs/heads/webkitglib/2.52
Home: https://github.com/WebKit/WebKit
Commit: db3dc7361c47bebf9040967a11fd4c9c8b102394
https://github.com/WebKit/WebKit/commit/db3dc7361c47bebf9040967a11fd4c9c8b102394
Author: Nikolas Zimmermann <[email protected]>
Date: 2026-05-04 (Mon, 04 May 2026)
Changed paths:
M Source/cmake/OptionsGTK.cmake
M Source/cmake/OptionsWPE.cmake
Log Message:
-----------
Cherry-pick 311755@main (e7798aeceff5).
https://bugs.webkit.org/show_bug.cgi?id=312974
REGRESSION(299705@main): Fix bogus cmake HAVE_DRM_GET_FORMAT_MODIFIER_NAME
redefinitions
https://bugs.webkit.org/show_bug.cgi?id=312974
Reviewed by Claudio Saavedra.
Fixes a copy/paste regression from 299705@main (commit af7a25e9646a).
The two new WEBKIT_CHECK_HAVE_FUNCTION() checks added for
drmModeCreateDumbBuffer and drmModeDestroyDumbBuffer were both passed
HAVE_DRM_GET_FORMAT_MODIFIER_NAME as the HAVE_* variable to define,
which overwrites the result of the preceding drmGetFormatModifierName
check. On systems whose libdrm lacks the dumb-buffer functions
(e.g. Ubuntu 22.04 without the JHBuild moduleset) this leads to build
failures.
Covered by Ubuntu 22.04 release builders.
* Source/cmake/OptionsGTK.cmake:
* Source/cmake/OptionsWPE.cmake:
Canonical link: https://commits.webkit.org/311755@main
Canonical link: https://commits.webkit.org/305877.467@webkitglib/2.52
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications