Re: [PATCH weston 0/3] Make libdrm a hard build-time dependency

2017-04-06 Thread Pekka Paalanen
On Thu, 6 Apr 2017 15:09:26 +0300 Pekka Paalanen wrote: > From: Pekka Paalanen > > Hi, > > I wrote this for Daniel's atomic modesetting series which adds a pixel-formats > database into libweston core. That database cannot exist without drm_foucc.h, > and putting it into the modules would pro

[PATCH weston 0/3] Make libdrm a hard build-time dependency

2017-04-06 Thread Pekka Paalanen
From: Pekka Paalanen Hi, I wrote this for Daniel's atomic modesetting series which adds a pixel-formats database into libweston core. That database cannot exist without drm_foucc.h, and putting it into the modules would probably bring in another binary copy of it in gl-renderer.so - I assume gl-