[PATCH weston RFC] compositor-wayland: Support building without EGL

Daniel Stone daniel at fooishbar.org
Tue Jan 17 12:56:02 UTC 2017


Hi,

On 10 December 2016 at 00:21, Daniel Stone <daniel at fooishbar.org> wrote:
> On 9 December 2016 at 21:58, Armin Krezović <krezovic.armin at gmail.com> wrote:
>> +#ifdef ENABLE_EGL /* Defined but not used */
>> +#ifdef ENABLE_EGL /* Force pixman when EGL support is disabled */
>>         b->use_pixman = new_config->use_pixman;
>> +#else
>> +       b->use_pixman = true;
>> +#endif
>
> Bikeshedding a bit, I don't think these comments really add anything,
> and I'd just ditch them when applying. But that being said:
> Acked-by: Daniel Stone <daniels at collabora.com>
>
> and if no-one beats me to setting up an EGL-less environment to test
> it, I'll upgrade to R-b when I do.

No-one did.

To ssh://git.freedesktop.org/git/wayland/weston
   3b7c207..b08e1a5  push -> master

Cheers,
Daniel


More information about the wayland-devel mailing list