From d31a4e85673874dbc6b42bb5d1e8496810c574cc Mon Sep 17 00:00:00 2001 From: Eric BENARD Date: Sun, 26 May 2013 18:42:27 +0000 Subject: amd-gpu-x11-bin: depends on libxrender MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit libEGL is linked against libxrender so we must depend on libxrender else linking against libEGL may fail. Signed-off-by: Eric Bénard --- recipes-graphics/amd-gpu-x11-bin/amd-gpu-x11-bin-mx51_11.09.01.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-graphics/amd-gpu-x11-bin/amd-gpu-x11-bin-mx51_11.09.01.bb b/recipes-graphics/amd-gpu-x11-bin/amd-gpu-x11-bin-mx51_11.09.01.bb index 1d54782..2dee47a 100644 --- a/recipes-graphics/amd-gpu-x11-bin/amd-gpu-x11-bin-mx51_11.09.01.bb +++ b/recipes-graphics/amd-gpu-x11-bin/amd-gpu-x11-bin-mx51_11.09.01.bb @@ -8,7 +8,7 @@ PR = "r12" # FIXME: Replace for correct AMD license LIC_FILES_CHKSUM = "file://usr/include/VG/openvg.h;endline=30;md5=b0109611dd76961057d4c45ae6519802" -DEPENDS = "virtual/libx11" +DEPENDS = "virtual/libx11 libxrender" PROVIDES = "virtual/egl virtual/libgles1 virtual/libgles2" -- cgit v1.2.3-54-g00ecf