From: Jonathan Liu <net147@gmail.com>
To: openembedded-devel@lists.openembedded.org
Subject: Re: [meta-qt5] What is the proper way to enable OpenGL ES v2 without using .bbappend
Date: Wed, 14 Jan 2015 09:57:44 +1100 [thread overview]
Message-ID: <54B5A2E8.5090401@gmail.com> (raw)
In-Reply-To: <CAHPquwNE8dJtcQ1yM0BuXKG5ug3B89FjZV7z2uxZTp_hFkM=EA@mail.gmail.com>
Hi Petr,
On 14/01/2015 8:48 AM, Petr Nechaev wrote:
> what is the proper way to tell meta-qt5 to build with OpenGL ES v2 support
> without using a .bbappend file like this:
> ----------------------
> # switch to GLES 2 support
> PACKAGECONFIG_GL = "${@base_contains('DISTRO_FEATURES', 'opengl', 'gles2',
> '', d)}"
> ----------------------
You can specify it in distro config, machine config or local.conf:
PACKAGECONFIG_GL_pn-qtbase = "${@base_contains('DISTRO_FEATURES',
'opengl', 'gles2', '', d)}"
I am not sure what is the proper or standard way though.
Regards,
Jonathan
prev parent reply other threads:[~2015-01-13 22:57 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-01-13 21:48 [meta-qt5] What is the proper way to enable OpenGL ES v2 without using .bbappend Petr Nechaev
2015-01-13 22:57 ` Jonathan Liu [this message]
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=54B5A2E8.5090401@gmail.com \
--to=net147@gmail.com \
--cc=openembedded-devel@lists.openembedded.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.