aboutsummaryrefslogtreecommitdiffstats
path: root/meta-rcar-gen3/recipes-graphics/wayland
diff options
context:
space:
mode:
authorThao Nguyen <thao.nguyen.yb@renesas.com>2017-08-05 11:20:19 +0700
committerThuy Tran <thuy.tran.xh@rvc.renesas.com>2018-01-30 10:00:50 +0700
commit411bf0dda0c9e63202b466ea281bf16925764b69 (patch)
tree19bf4ac81bde6ce664f3a4548d3768c11ed45541 /meta-rcar-gen3/recipes-graphics/wayland
parent12e83a2162d0b3dfea874042d395a48fd798a19f (diff)
rcar-gen3: libgbm: Add udev to DEPENDS package
Libgbm requires libudev to be configured. This commit adds udev to DEPENDS to provide libudev for libgbm to avoid below error. | checking whether -lc should be explicitly linked in... no | checking dynamic linker characteristics... GNU/Linux ld.so | checking how to hardcode library paths into programs... immediate | checking whether stripping libraries is possible... yes | checking if libtool supports shared libraries... yes | checking whether to build shared libraries... yes | checking whether to build static libraries... no | checking for library containing dlopen... -ldl | checking for aarch64-poky-linux-pkg-config... no | checking for pkg-config... /ssd/FS_YP2.4/H3ULCB-GFX-build/tmp/work/aarch64-poky-linux/libgbm/1.0-r0/recipe-sysroot-native/usr/bin/pkg-config | configure: WARNING: using cross tools not prefixed with host triplet | checking pkg-config is at least version 0.9.0... yes | checking for libudev... no | configure: error: Package requirements (libudev) were not met: | | No package 'libudev' found Signed-off-by: Thao Nguyen <thao.nguyen.yb@renesas.com> Signed-off-by: Thuy Tran <thuy.tran.xh@rvc.renesas.com> Signed-off-by: Takamitsu Honda <takamitsu.honda.pv@renesas.com>
Diffstat (limited to 'meta-rcar-gen3/recipes-graphics/wayland')
-rw-r--r--meta-rcar-gen3/recipes-graphics/wayland/libgbm.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-rcar-gen3/recipes-graphics/wayland/libgbm.bb b/meta-rcar-gen3/recipes-graphics/wayland/libgbm.bb
index 6e21f1f..b3613a6 100644
--- a/meta-rcar-gen3/recipes-graphics/wayland/libgbm.bb
+++ b/meta-rcar-gen3/recipes-graphics/wayland/libgbm.bb
@@ -11,7 +11,7 @@ SRC_URI = "git://github.com/renesas-rcar/libgbm;branch=rcar-gen3"
S = "${WORKDIR}/git"
COMPATIBLE_MACHINE = "(r8a7795|r8a7796|r8a77965)"
-DEPENDS = "wayland-kms"
+DEPENDS = "wayland-kms udev"
inherit autotools pkgconfig