[OE-core] [PATCH] qt4-x11-free: make virtual/libgl dependecy conditional

2015-05-11 Thread Dmitry Eremin-Solenikov
Make qt4-x11-free depend on virtual/libgl only if the DISTRO_FEATURES contain opengl. Otherwise there will be no package to fullfil this dependency. Using PACKAGECONFIG for this seems to be unreasonable: it is not used by qt4-x11-free to track other dependencies. Also QT_GLFLAGS variable properly

Re: [OE-core] [PATCH] qt4-x11-free: make virtual/libgl dependecy conditional

2015-04-25 Thread Dmitry Eremin-Solenikov
On 04/25/2015 12:20 AM, Martin Jansa wrote: On Fri, Apr 24, 2015 at 11:02:21PM +0300, Dmitry Eremin-Solenikov wrote: Make qt4-x11-free depend on virtual/libgl only if the DISTRO_FEATURES contain opengl. Otherwise there will be no package to fullfil this dependency. Signed-off-by: Dmitry Eremin-

Re: [OE-core] [PATCH] qt4-x11-free: make virtual/libgl dependecy conditional

2015-04-24 Thread Martin Jansa
On Fri, Apr 24, 2015 at 11:02:21PM +0300, Dmitry Eremin-Solenikov wrote: > Make qt4-x11-free depend on virtual/libgl only if the DISTRO_FEATURES > contain opengl. Otherwise there will be no package to fullfil this > dependency. > > Signed-off-by: Dmitry Eremin-Solenikov > --- > meta/recipes-qt/q

[OE-core] [PATCH] qt4-x11-free: make virtual/libgl dependecy conditional

2015-04-24 Thread Dmitry Eremin-Solenikov
Make qt4-x11-free depend on virtual/libgl only if the DISTRO_FEATURES contain opengl. Otherwise there will be no package to fullfil this dependency. Signed-off-by: Dmitry Eremin-Solenikov --- meta/recipes-qt/qt4/qt4-x11-free.inc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git