diff options
author | 2013-05-26 18:42:27 +0000 | |
---|---|---|
committer | 2013-05-28 09:45:39 -0300 | |
commit | ab56b11ba65bfa3bb5d123a51510e6d5c9f65e36 (patch) | |
tree | 9828b6d6477d0f3ffbbf488f5abac61f3663f206 /recipes-graphics | |
parent | 312f14e4036cf289fead39ba688bacd38bbe456b (diff) | |
download | meta-fsl-arm-ab56b11ba65bfa3bb5d123a51510e6d5c9f65e36.tar.gz meta-fsl-arm-ab56b11ba65bfa3bb5d123a51510e6d5c9f65e36.tar.bz2 meta-fsl-arm-ab56b11ba65bfa3bb5d123a51510e6d5c9f65e36.zip |
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>
Diffstat (limited to 'recipes-graphics')
-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" # 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" |