All of lore.kernel.org
 help / color / mirror / Atom feed
From: Neena Busireddy <neena.busireddy@freescale.com>
To: <meta-freescale@yoctoproject.org>
Subject: [meta-fsl-arm][PATCH v5 2/6] cairo: Update recipe to support Sololite.
Date: Mon, 18 Aug 2014 15:10:46 -0500	[thread overview]
Message-ID: <1408392650-9561-2-git-send-email-neena.busireddy@freescale.com> (raw)
In-Reply-To: <1408392650-9561-1-git-send-email-neena.busireddy@freescale.com>

In order to support cairo for sololite, we need to
remove glesv2 from packageconfig since sololite is
not 3D GPU hardware accelerated.

Signed-off-by: Neena Busireddy <neena.busireddy@freescale.com>
---
 recipes-graphics/cairo/cairo_%.bbappend |    4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/recipes-graphics/cairo/cairo_%.bbappend b/recipes-graphics/cairo/cairo_%.bbappend
index bd960e0..2e0152c 100644
--- a/recipes-graphics/cairo/cairo_%.bbappend
+++ b/recipes-graphics/cairo/cairo_%.bbappend
@@ -7,5 +7,7 @@ CFLAGS_append_mx6 = " -DLINUX \
 
 
 PACKAGECONFIG_class-target_mx6 = " \
-    egl glesv2 \
     ${@base_contains('DISTRO_FEATURES', 'directfb', 'directfb', '', d)}"
+
+PACKAGECONFIG_class-target_append_mx6q = " egl glesv2"
+PACKAGECONFIG_class-target_append_mx6dl = " egl glesv2"
-- 
1.7.9.5



  reply	other threads:[~2014-08-18 20:11 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-08-18 20:10 [meta-fsl-arm][PATCH v5 1/6] gpu-viv-bin-mx6q: Include sololite changes to remove 3D libraries Neena Busireddy
2014-08-18 20:10 ` Neena Busireddy [this message]
2014-08-18 20:10 ` [meta-fsl-arm][PATCH v5 3/6] mesa: Update mesa and mesa-demos to support Sololite Neena Busireddy
2014-08-18 20:10 ` [meta-fsl-arm][PATCH v5 4/6] glmark2: Create bbappend to include Sololite changes Neena Busireddy
2014-08-23 16:53   ` Jacob Kroon
2014-08-23 18:41     ` Otavio Salvador
2014-08-23 19:07       ` Jacob Kroon
2014-08-18 20:10 ` [meta-fsl-arm][PATCH v5 5/6] weston: Add sololite changes Neena Busireddy
2014-08-20 17:11   ` Otavio Salvador
2014-08-20 19:14     ` Neena Busireddy
2014-08-18 20:10 ` [meta-fsl-arm][PATCH v5 6/6] imx-base: Add MACHINE_ARCH filter for sololite Neena Busireddy

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1408392650-9561-2-git-send-email-neena.busireddy@freescale.com \
    --to=neena.busireddy@freescale.com \
    --cc=meta-freescale@yoctoproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.