]> code.ossystems Code Review - meta-freescale.git/commitdiff
amd-gpu-x11-bin: depends on libxrender
authorEric BENARD <eric@eukrea.com>
Sun, 26 May 2013 18:42:27 +0000 (18:42 +0000)
committerOtavio Salvador <otavio@ossystems.com.br>
Tue, 28 May 2013 12:45:39 +0000 (09:45 -0300)
libEGL is linked against libxrender so we must depend on libxrender
else linking against libEGL may fail.

Signed-off-by: Eric Bénard <eric@eukrea.com>
meta-fsl-arm/recipes-graphics/amd-gpu-x11-bin/amd-gpu-x11-bin-mx51_11.09.01.bb

index 1d54782f325b62ed5dbf115213dcb57cdc145d16..2dee47aebb731a0151868c2f8df440a675cd4510 100644 (file)
@@ -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"