Openembedded Devel Discussions
 help / color / mirror / Atom feed
* [meta-qt5][PATCH] qtbase: typo about virtual/egl depends
@ 2013-06-20  3:54 Nicolas Dechesne
  2013-06-20  6:15 ` Carlos Rafael Giani
  0 siblings, 1 reply; 2+ messages in thread
From: Nicolas Dechesne @ 2013-06-20  3:54 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Nicolas Dechesne

The proper 'virtual' name for EGL is virtual/egl, not virtual/libegl,
as per meta/recipes-graphics/mesa/mesa-common.inc.

Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
---
 recipes-qt/qt5/qtbase.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/recipes-qt/qt5/qtbase.inc b/recipes-qt/qt5/qtbase.inc
index 569332e..ee4094b 100644
--- a/recipes-qt/qt5/qtbase.inc
+++ b/recipes-qt/qt5/qtbase.inc
@@ -41,7 +41,7 @@ QT_DISTRO_FLAGS_linuxstdbase = "-sm"
 QT_SQL_DRIVER_FLAGS ?= "-no-sql-ibase -no-sql-mysql -no-sql-psql -no-sql-odbc -plugin-sql-sqlite"
 
 # if you want to enable egl/gles2 in your .bbappend, don't forget to add right dependencies, e.g.
-# GL_DEPENDS = "virtual/libgles2 virtual/libegl"
+# GL_DEPENDS = "virtual/libgles2 virtual/egl"
 # QT_GLFLAGS = "-opengl es2 -eglfs"
 GL_DEPENDS ?= "virtual/libgl"
 QT_GLFLAGS ?= "-opengl"
-- 
1.8.1.2



^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [meta-qt5][PATCH] qtbase: typo about virtual/egl depends
  2013-06-20  3:54 [meta-qt5][PATCH] qtbase: typo about virtual/egl depends Nicolas Dechesne
@ 2013-06-20  6:15 ` Carlos Rafael Giani
  0 siblings, 0 replies; 2+ messages in thread
From: Carlos Rafael Giani @ 2013-06-20  6:15 UTC (permalink / raw)
  To: openembedded-devel

On 2013-06-20 05:54, Nicolas Dechesne wrote:
> The proper 'virtual' name for EGL is virtual/egl, not virtual/libegl,
> as per meta/recipes-graphics/mesa/mesa-common.inc.
>
> Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
> ---
>   recipes-qt/qt5/qtbase.inc | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/recipes-qt/qt5/qtbase.inc b/recipes-qt/qt5/qtbase.inc
> index 569332e..ee4094b 100644
> --- a/recipes-qt/qt5/qtbase.inc
> +++ b/recipes-qt/qt5/qtbase.inc
> @@ -41,7 +41,7 @@ QT_DISTRO_FLAGS_linuxstdbase = "-sm"
>   QT_SQL_DRIVER_FLAGS ?= "-no-sql-ibase -no-sql-mysql -no-sql-psql -no-sql-odbc -plugin-sql-sqlite"
>   
>   # if you want to enable egl/gles2 in your .bbappend, don't forget to add right dependencies, e.g.
> -# GL_DEPENDS = "virtual/libgles2 virtual/libegl"
> +# GL_DEPENDS = "virtual/libgles2 virtual/egl"
>   # QT_GLFLAGS = "-opengl es2 -eglfs"
>   GL_DEPENDS ?= "virtual/libgl"
>   QT_GLFLAGS ?= "-opengl"

This highlights a problem I've noticed in the past. A directory of 
officially defined virtual names would be helpful. Also, since many BSPs 
offer hardware-accelerated OpenVG, a virtual/openvg name would be 
useful. ("vg" and "libvg" are very uncommon, so I'd pick "openvg".)


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2013-06-20  6:15 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-06-20  3:54 [meta-qt5][PATCH] qtbase: typo about virtual/egl depends Nicolas Dechesne
2013-06-20  6:15 ` Carlos Rafael Giani

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox