All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-fsl-arm][PATCH] imx-gpu-viv: Don't package X11 specific tools in non-X11 configurations
@ 2015-02-06 20:50 Jacob Kroon
  0 siblings, 0 replies; only message in thread
From: Jacob Kroon @ 2015-02-06 20:50 UTC (permalink / raw)
  To: meta-freescale

Fixes:

  WARNING: QA Issue: imx-gpu-viv-tools-apitrace requires libX11.so.6,
                     but no providers in its RDEPENDS [file-rdeps]

Signed-off-by: Jacob Kroon <jacob.kroon@mikrodidakt.se>
---
 recipes-graphics/imx-gpu-viv/imx-gpu-viv.inc | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/recipes-graphics/imx-gpu-viv/imx-gpu-viv.inc b/recipes-graphics/imx-gpu-viv/imx-gpu-viv.inc
index 020250e..e0071c9 100644
--- a/recipes-graphics/imx-gpu-viv/imx-gpu-viv.inc
+++ b/recipes-graphics/imx-gpu-viv/imx-gpu-viv.inc
@@ -202,6 +202,12 @@ do_install () {
         rm ${D}${libdir}/libGL.*
     fi
 
+    # skip packaging X11 specific tools if no X11 support is requested
+    if [ "${USE_X11}" = "no" ]; then
+        rm ${D}${bindir}/glretrace
+        rm ${D}${bindir}/eglretrace
+    fi
+
     # skip packaging wayland libraries if no support is requested
     if [ "${USE_WL}" = "no" ]; then
         rm ${D}${libdir}/libgc_wayland_protocol.*
-- 
2.1.0



^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2015-02-06 20:52 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-02-06 20:50 [meta-fsl-arm][PATCH] imx-gpu-viv: Don't package X11 specific tools in non-X11 configurations Jacob Kroon

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.