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:45:58 -0300 |
commit | d31a4e85673874dbc6b42bb5d1e8496810c574cc (patch) | |
tree | 83f567fc23d9a2e0246fc380d306594e214df930 | |
parent | f3973f517000072fed3809c29a7a58bf0cdb2507 (diff) | |
download | meta-fsl-arm-d31a4e85673874dbc6b42bb5d1e8496810c574cc.tar.gz |
amd-gpu-x11-bin: depends on libxrender
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 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" | |||
8 | 8 | ||
9 | # FIXME: Replace for correct AMD license | 9 | # FIXME: 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 | ||