]> code.ossystems Code Review - meta-freescale.git/commitdiff
gpu-viv-bin-mx6q: Add a missing runtime dependency on libdrm
authorOtavio Salvador <otavio@ossystems.com.br>
Thu, 7 Aug 2014 22:32:54 +0000 (19:32 -0300)
committerOtavio Salvador <otavio@ossystems.com.br>
Fri, 15 Aug 2014 14:07:58 +0000 (11:07 -0300)
The Vivante DRI library requires the libdrm to proper work; this adds
the missing dependency.

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
meta-fsl-arm/recipes-graphics/gpu-viv-bin-mx6q/gpu-viv-bin-mx6q.inc

index 2c383c4a09de070a290e79ba081cad596c8fecf8..912063d6d82a12858ee78fa9c05007e6f95728d5 100644 (file)
@@ -246,6 +246,7 @@ FILES_libvivante-mx6-dev = "${libdir}/libVIVANTE${SOLIBSDEV}"
 FILES_libvivante-mx6-dbg = "${libdir}/.debug/libVIVANTE${SOLIBS}"
 
 FILES_libvivante-dri-mx6 = "${libdir}/dri/vivante_dri.so"
+RDEPENDS_libvivante-dri-mx6 = "libdrm"
 
 FILES_libvivante-dfb-mx6 = "${libdir}/directfb-1.6-0/gfxdrivers/libdirectfb_gal.so"