This fixes following warning, found on O.S. Systems' autobuilder:
,----
| WARNING: QA Issue: imx-gpu-viv-tools-apitrace rdepends on libpng, but
|     it isn't a build dependency? [build-deps]
`----
Series-to: meta-fsl
Series-prefix: meta-fsl-arm
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
 # Copyright (C) 2012-2015 Freescale Semiconductor
-# Copyright (C) 2012-2014 O.S. Systems Software LTDA.
+# Copyright (C) 2012-2016 O.S. Systems Software LTDA.
 # Released under the MIT license (see COPYING.MIT for the terms)
 
 DESCRIPTION = "GPU driver and apps for imx6"
 
 DEPENDS += "${@base_contains('DISTRO_FEATURES', 'x11', 'virtual/libx11 libxdamage libxext libxfixes mesa', \
                              base_contains('DISTRO_FEATURES', 'wayland', 'wayland', \
-                                           '', d), d)}"
+                                           '', d), d)} \
+            libpng"
 
 EXTRA_PROVIDES = ""
 EXTRA_PROVIDES_mx6q  = " virtual/libgl virtual/libgles1 virtual/libgles2"