Skip to content

Commit d5d3b82

Browse files
author
Raphael Kubo da Costa
committed
chromium-x11: Add RDEPENDS on libx11-xcb.
libX11-xcb.so.1 is loaded at runtime by the X11 backend, but we had no explicit dependency on the package that provides it (libx11-xcb). It ended up being installed most of the time anyway, but make sure it is listed as a runtime dependency to avoid the issue described in #683. Fixes #683. Signed-off-by: Raphael Kubo da Costa <raphael.kubo.da.costa@intel.com>
1 parent f2d5539 commit d5d3b82

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

meta-chromium/recipes-browser/chromium/chromium-x11_109.0.5414.74.bb

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@ DEPENDS += "\
1616
libxtst \
1717
"
1818

19+
# Loaded at runtime.
20+
# https://source.chromium.org/chromium/chromium/src/+/main:ui/gfx/x/xlib_support.cc
21+
RDEPENDS:${PN} += "libx11-xcb"
22+
1923
# Ozone is default path on Linux since M95.
2024
# Disable all backends except x11 to ensure this is
2125
# x11 only recipe.

0 commit comments

Comments
 (0)