Commit f32f083
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 <ariel.dalessandro@collabora.com>1 parent 3bca8c9 commit f32f083
File tree
1 file changed
+0
-1
lines changed- meta-chromium/recipes-browser/chromium
1 file changed
+0
-1
lines changedLines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
24 | 23 | | |
25 | 24 | | |
26 | 25 | | |
| |||
0 commit comments