mirror of
https://github.com/lingble/meta-tegra.git
synced 2025-10-29 03:22:36 +00:00
mesa: libgbm: add rdepends on egl-gbm
egl-gbm is required to use gbm along with egl on tegra devices. This was an rdep on weston, but other generic gbm clients (like kmscube) that want to use egl will need it as well. It's not strictly required to make gbm itself work, but not being able to initialize egl without it would be a common and unexpected surprise. If a tegra platform is pulling in mesa to get libgbm, include this. Signed-off-by: Kurt Kiefer <kurt.kiefer@arthrex.com>
This commit is contained in:
committed by
Matt Madison
parent
285d3220c0
commit
5eb059d87d
@@ -2,7 +2,7 @@ EXTRA_OEMESON:append:tegra = " -Dglvnd=true"
|
||||
DEPENDS:append:tegra = " libglvnd"
|
||||
PROVIDES:tegra = "virtual/mesa virtual/libgbm"
|
||||
|
||||
RDEPENDS:libgbm:append:tegra = " tegra-gbm-backend"
|
||||
RDEPENDS:libgbm:append:tegra = " tegra-gbm-backend egl-gbm"
|
||||
|
||||
# Workaround for the do_install:append() present in the OE-Core recipe
|
||||
do_install:prepend:tegra() {
|
||||
|
||||
Reference in New Issue
Block a user