From 48f2ee2ab8beee5fe884a887e258518a6be87294 Mon Sep 17 00:00:00 2001 From: Vladimir Barinov Date: Thu, 8 Sep 2016 17:54:53 +0300 Subject: [COMMUNITY] glmark2 build fix MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This solves the following warning related to package config dependency: glmark2-2014.03+AUTOINC+fa71af2dfa-r0 do_package_qa: QA Issue: glmark2 rdepends on libwayland-egl, but it isn't a build dependency, missing mesa in DEPENDS or PACKAGECONFIG? [build-deps] jsmoeller: Edit Signed-off-by (e -> é) to match character for gerrit. Change-Id: I2c448f3ddaef88c80bb5a3807bc8f96de269e5f4 Signed-off-by: Stéphane Desneux Signed-off-by: Jan-Simon Moeller --- meta-rcar-gen3/recipes-bsp/glmark2/glmark2_git.bbappend | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 meta-rcar-gen3/recipes-bsp/glmark2/glmark2_git.bbappend diff --git a/meta-rcar-gen3/recipes-bsp/glmark2/glmark2_git.bbappend b/meta-rcar-gen3/recipes-bsp/glmark2/glmark2_git.bbappend new file mode 100644 index 0000000..c30a227 --- /dev/null +++ b/meta-rcar-gen3/recipes-bsp/glmark2/glmark2_git.bbappend @@ -0,0 +1,8 @@ +PACKAGECONFIG[drm-gl] = ",,virtual/libgl libdrm libgbm" +PACKAGECONFIG[drm-gles2] = ",,virtual/libgles2 libdrm libgbm" +PACKAGECONFIG[wayland-gl] = ",,virtual/libgl wayland wayland-kms" +PACKAGECONFIG[wayland-gles2] = ",,virtual/libgles2 wayland wayland-kms" + +PACKAGECONFIG = "${@bb.utils.contains('DISTRO_FEATURES', 'x11 opengl', 'x11-gles2', '', d)} \ + ${@bb.utils.contains('DISTRO_FEATURES', 'wayland opengl', 'wayland-gles2', '', d)} \ +" -- cgit 1.2.3-korg