diff options
author | Eric BENARD <eric@eukrea.com> | 2013-05-26 18:42:27 +0000 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2013-05-28 09:46:31 -0300 |
commit | 0cf2104c0fff273d4335776391f04ce25e587d4e (patch) | |
tree | ff1613a25562a7d01234039202e247d7d0cec692 | |
parent | b93c40348cdcb0022f4315edc1b9cb7474253b1e (diff) | |
download | meta-fsl-arm-danny-next.tar.gz |
amd-gpu-x11-bin: depends on libxrenderdanny-next
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>
-rw-r--r-- | recipes-graphics/amd-gpu-x11-bin/amd-gpu-x11-bin-mx51_11.09.01.bb | 2 |
1 files changed, 1 insertions, 1 deletions
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" | |||
8 | 8 | ||
9 | #todo: Replace for correct AMD license | 9 | #todo: Replace for correct AMD license |
10 | LIC_FILES_CHKSUM = "file://usr/include/VG/openvg.h;endline=30;md5=b0109611dd76961057d4c45ae6519802" | 10 | LIC_FILES_CHKSUM = "file://usr/include/VG/openvg.h;endline=30;md5=b0109611dd76961057d4c45ae6519802" |
11 | DEPENDS = "virtual/libx11" | 11 | DEPENDS = "virtual/libx11 libxrender" |
12 | 12 | ||
13 | PROVIDES = "virtual/egl virtual/libgles1 virtual/libgles2" | 13 | PROVIDES = "virtual/egl virtual/libgles1 virtual/libgles2" |
14 | 14 | ||