[PATCH weston RFC] compositor-wayland: Support building without EGL
Daniel Stone
daniel at fooishbar.org
Sat Dec 10 00:21:04 UTC 2016
Hi Armin,
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.
Thanks! (And yes, I'll modify pixel-formats to suit.)
Cheers,
Daniel
More information about the wayland-devel
mailing list