* [PATCH 0/1] libQtopenGL: Enable QtOpenGL
@ 2011-06-10 10:00 Xiaofeng Yan
2011-06-10 10:00 ` [PATCH 1/1] poky-lsb: Compile library libQtOpenGL* for building an lsb image Fix bug [YOCTO #1020] This patch is part of fixing bug [YOCTO #1020]. If another patch to install libQtOpenGL* to lsb image is merged to poky, \ then this bug will be fixed.For an lsb image prepared to meet lsb requirement, library "libQtOpenGL*" should be compiled. So I add this patch for passing lsb test Xiaofeng Yan
0 siblings, 1 reply; 2+ messages in thread
From: Xiaofeng Yan @ 2011-06-10 10:00 UTC (permalink / raw)
To: poky
From: Xiaofeng Yan <xiaofeng.yan@windriver.com>
Hi saul,
I enable opengl of qt4 for passing lsb test. It is necessary for an lsb image to include library libQtOpenGL*.
Pull URL: git://git.pokylinux.org/poky-contrib.git
Branch: xiaofeng/distro
Browse: http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=xiaofeng/distro
Thanks,
Xiaofeng Yan <xiaofeng.yan@windriver.com>
---
Xiaofeng Yan (1):
poky-lsb: Compile library libQtOpenGL* for building an lsb image
meta-yocto/conf/distro/poky-lsb.conf | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
^ permalink raw reply [flat|nested] 2+ messages in thread* [PATCH 1/1] poky-lsb: Compile library libQtOpenGL* for building an lsb image Fix bug [YOCTO #1020] This patch is part of fixing bug [YOCTO #1020]. If another patch to install libQtOpenGL* to lsb image is merged to poky, \ then this bug will be fixed.For an lsb image prepared to meet lsb requirement, library "libQtOpenGL*" should be compiled. So I add this patch for passing lsb test.
2011-06-10 10:00 [PATCH 0/1] libQtopenGL: Enable QtOpenGL Xiaofeng Yan
@ 2011-06-10 10:00 ` Xiaofeng Yan
0 siblings, 0 replies; 2+ messages in thread
From: Xiaofeng Yan @ 2011-06-10 10:00 UTC (permalink / raw)
To: poky
From: Xiaofeng Yan <xiaofeng.yan@windriver.com>
Signed-off-by: Xiaofeng Yan <xiaofeng.yan@windriver.com>
---
meta-yocto/conf/distro/poky-lsb.conf | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/meta-yocto/conf/distro/poky-lsb.conf b/meta-yocto/conf/distro/poky-lsb.conf
index eb1cf82..29f526d 100644
--- a/meta-yocto/conf/distro/poky-lsb.conf
+++ b/meta-yocto/conf/distro/poky-lsb.conf
@@ -6,4 +6,4 @@ DISTROOVERRIDES = "poky:linuxstdbase"
DISTRO_FEATURES += "pam largefile"
PREFERRED_PROVIDER_virtual/libx11 = "libx11"
-
+QT_GLFLAGS = "-opengl"
--
1.7.0.4
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2011-06-10 10:03 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-06-10 10:00 [PATCH 0/1] libQtopenGL: Enable QtOpenGL Xiaofeng Yan
2011-06-10 10:00 ` [PATCH 1/1] poky-lsb: Compile library libQtOpenGL* for building an lsb image Fix bug [YOCTO #1020] This patch is part of fixing bug [YOCTO #1020]. If another patch to install libQtOpenGL* to lsb image is merged to poky, \ then this bug will be fixed.For an lsb image prepared to meet lsb requirement, library "libQtOpenGL*" should be compiled. So I add this patch for passing lsb test Xiaofeng Yan
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.