> On Mar 5, 2015, at 7:33 AM, Stiffler, Jacob <[email protected]> wrote:
>
> * Currently supports either "wayland" of "eglfs"
>
> Signed-off-by: Jacob Stiffler <[email protected]>
> ---
> .../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..96d84b8 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}"
>
> +ARAGO_QT_PLATFORM = "wayland"
I would abstract this from Qt and simply name it along the line of
Wayland_supported.
The reason why is you don't want to include Wayland if your using Qt4 so you
should set the value of this variable globally based on if Qt5 is being used or
not.
> +
> 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
> [email protected]
> http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
_______________________________________________
meta-arago mailing list
[email protected]
http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago