[meta-freescale] [meta-fsl-arm][PATCH] amd-gpu-x11-bin: depends on libxrender
Eric Bénard
eric at eukrea.com
Sun May 26 11:42:27 PDT 2013
libEGL is linked against libxrender so we must depend on libxrender
else linking against libEGL may fail.
Signed-off-by: Eric Bénard <eric at eukrea.com>
---
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"
--
1.8.1.4
More information about the meta-freescale
mailing list