mirror of
https://github.com/lingble/meta-tegra.git
synced 2025-10-29 03:22:36 +00:00
l4t-graphics-demos: Add missing dep on virtual/libgbm
This helps in linking it correctly when using wayland+x11 distro features. Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -17,7 +17,7 @@ DEPENDS = "libglvnd libdrm libdrm-nvdc"
|
||||
inherit pkgconfig features_check
|
||||
|
||||
PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'x11 wayland', d)}"
|
||||
PACKAGECONFIG[x11] = ",,libx11"
|
||||
PACKAGECONFIG[x11] = ",,libx11 virtual/libgbm"
|
||||
PACKAGECONFIG[wayland] = ",,libxkbcommon wayland wayland-native weston libffi virtual/libgbm tegra-drm-headers tegra-mmapi tegra-libraries-multimedia-utils"
|
||||
|
||||
CONFIGURESTAMPFILE = "${WORKDIR}/configure.sstate"
|
||||
|
||||
Reference in New Issue
Block a user