[OE-core] RFC: Qt session management is disabled via QT_DISTRO_FLAGS

Samuel Stirtzel s.stirtzel at googlemail.com
Thu Feb 16 14:28:30 UTC 2012


2012/2/16 Otavio Salvador <otavio at ossystems.com.br>:
> On Thu, Feb 16, 2012 at 11:04, Samuel Stirtzel <s.stirtzel at googlemail.com>
> wrote:
>>
>> Anyone knows if enabling session management in Qt is a bad idea, or if
>> there is another way of solving this?
>
>
> I don't think it is going to be a problem to have it enabled on x11 flavour.
Since it is a distro variable, I consider to ask before this breaks
anything or the like.

I'd suggest to change this line from:
QT_DISTRO_FLAGS ?= "-no-accessibility -no-sm"
To:
QT_DISTRO_FLAGS ?= "-no-accessibility -sm"

So distributions that don't want a Qt session manager could just
disable it, or is there another preferred way to enable "-sm"?


-- 
Regards
Samuel




More information about the Openembedded-core mailing list