All of lore.kernel.org
 help / color / mirror / Atom feed
From: Denys Dmytriyenko <denys@ti.com>
To: Jacob Stiffler <j-stiffler@ti.com>
Cc: meta-arago@arago-project.org
Subject: Re: [RFC v2 1/4] arago-prefs: Add WAYLAND_SUPPORT flag.
Date: Wed, 11 Mar 2015 22:02:27 -0400	[thread overview]
Message-ID: <20150312020227.GG23587@edge> (raw)
In-Reply-To: <1425580304-19919-2-git-send-email-j-stiffler@ti.com>

On Thu, Mar 05, 2015 at 01:31:40PM -0500, Jacob Stiffler wrote:
> * Default to "1" if QT_PROVIDER is not "qt4e".
> 
> Signed-off-by: Jacob Stiffler <j-stiffler@ti.com>
> ---
>  .../conf/distro/include/arago-prefs.inc            |    2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/meta-arago-distro/conf/distro/include/arago-prefs.inc b/meta-arago-distro/conf/distro/include/arago-prefs.inc
> index e689f8b..a566437 100644
> --- a/meta-arago-distro/conf/distro/include/arago-prefs.inc
> +++ b/meta-arago-distro/conf/distro/include/arago-prefs.inc
> @@ -28,6 +28,8 @@ PREFERRED_PROVIDER_virtual/gettext = "gettext"
>  ARAGO_QT_PROVIDER = "${@base_conditional('QT_PROVIDER','qt5','',base_contains('MACHINE_FEATURES','sgx','qt4-embedded-gles','qt4-embedded',d),d)}"
>  PREFERRED_PROVIDER_qt4-embedded = "${ARAGO_QT_PROVIDER}"
>  
> +WAYLAND_SUPPORT ?= "${@base_conditional('QT_PROVIDER', 'qt4e', '0', '1', d)}"

So, as I mentioned on the call today, we should use "wayland" 
in DISTRO_FEATURES instead:

${@base_contains('DISTRO_FEATURES', 'wayland', 'deps-for-wayland', 'deps-for-eglfs', d)}


>  PREFERRED_VERSION_qt4-embedded = "4.8.5"
>  PREFERRED_VERSION_qt4-native = "4.8.5"
>  PREFERRED_VERSION_nativesdk-qt4-tools = "4.8.5"
> -- 
> 1.7.9.5
> 
> _______________________________________________
> meta-arago mailing list
> meta-arago@arago-project.org
> http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago


  reply	other threads:[~2015-03-12  2:02 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-03-05 18:31 [RFC v2 0/4] Add WAYLAND_SUPPORT flag Jacob Stiffler
2015-03-05 18:31 ` [RFC v2 1/4] arago-prefs: " Jacob Stiffler
2015-03-12  2:02   ` Denys Dmytriyenko [this message]
2015-03-12  2:57     ` Cooper Jr., Franklin
2015-03-12  3:27       ` Denys Dmytriyenko
2015-03-12 11:41         ` Stiffler, Jacob
2015-03-05 18:31 ` [RFC v2 2/4] packagegroups: Implement " Jacob Stiffler
2015-03-05 18:31 ` [RFC v2 3/4] qtbase: Set qpa based in " Jacob Stiffler
2015-03-05 18:31 ` [RFC v2 4/4] branding-processor-sdk: Add processor-sdk brand Jacob Stiffler
2015-03-05 18:43 ` [RFC v2 0/4] Add WAYLAND_SUPPORT flag Cooper Jr., Franklin
2015-03-05 18:44   ` Cooper Jr., Franklin
2015-03-05 18:55     ` Stiffler, Jacob
2015-03-05 18:56       ` Cooper Jr., Franklin
2015-03-05 18:58 ` Denys Dmytriyenko
2015-03-05 19:00   ` Stiffler, Jacob
2015-03-05 19:07     ` Cooper Jr., Franklin
2015-03-05 19:16       ` Denys Dmytriyenko
2015-03-05 19:29         ` Cooper Jr., Franklin
2015-03-09 19:41           ` Cooper Jr., Franklin

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=20150312020227.GG23587@edge \
    --to=denys@ti.com \
    --cc=j-stiffler@ti.com \
    --cc=meta-arago@arago-project.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.