From 0cf2104c0fff273d4335776391f04ce25e587d4e 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(-) (limited to 'recipes-graphics/amd-gpu-x11-bin') 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 66b22d8..c442516 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" #todo: 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