[Buildroot] [PATCH] kmscube: Move to the new repository

Gary Bisson gary.bisson at boundarydevices.com
Wed Mar 8 09:39:49 UTC 2017


Thomas, Fabio, All,

On Mon, Mar 6, 2017 at 9:31 PM, Thomas Petazzoni
<thomas.petazzoni at free-electrons.com> wrote:
> Hello,
>
> On Mon, 6 Mar 2017 17:26:30 -0300, Fabio Estevam wrote:
>> Hi Thomas,
>>
>> On Mon, Mar 6, 2017 at 5:22 PM, Thomas Petazzoni
>> <thomas.petazzoni at free-electrons.com> wrote:
>>
>> > Applied to master, thanks.

I actually get a build error with this version:
drm-atomic.c: In function ‘get_plane_id’:
drm-atomic.c:290:44: error: ‘DRM_MODE_OBJECT_PLANE’ undeclared (first
use in this function)
     drmModeObjectGetProperties(drm.fd, id, DRM_MODE_OBJECT_PLANE);

In order to fix it I've had to add the following include to drm-atomic.c:
#include <libdrm/drm_mode.h>

In case it helps, I use linaro-arm-2017-02 toolchain.

Let me know if you don't see that issue on your end.

Regards,
Gary



More information about the buildroot mailing list