Skip to content

Commit 6afa938

Browse files
committed
chromium: Disable use_system_libdrm option
A new assertion has been introduced, causing the build to fail with this option enabled: | ERROR at //build/config/linux/libdrm/BUILD.gn:18:3: Assertion failed. | assert(!is_linux, "System libdrm is not supported in linux") | ^----- | System libdrm is not supported in linux | See //ui/gfx/BUILD.gn:666:15: which caused the file to be included. | deps += [ "//build/config/linux/libdrm" ] Link: https://chromium-review.googlesource.com/c/chromium/src/+/5956068 Signed-off-by: Ariel D'Alessandro <[email protected]>
1 parent ee892f7 commit 6afa938

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

meta-chromium/recipes-browser/chromium/chromium-ozone-wayland_132.0.6834.83.bb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ GN_ARGS += "\
2020
use_system_wayland_scanner=true \
2121
use_xkbcommon=true \
2222
use_system_minigbm=true \
23-
use_system_libdrm=true \
2423
use_system_libffi=true \
2524
use_gtk=false \
2625
"

0 commit comments

Comments
 (0)