Re: [PATCH weston] configure.ac: bump libdrm requirement to 2.4.68

2018-07-02 Thread Pekka Paalanen
On Mon, 2 Jul 2018 10:43:12 +0100 Emil Velikov wrote: > On 2 July 2018 at 10:41, Emil Velikov wrote: > > On 2 July 2018 at 03:07, Peter Hutterer wrote: > >> On Mon, Jun 11, 2018 at 11:02:19AM +0100, Daniel Stone wrote: > >>> Hi, > >>> > >>> On 11 June 2018 at 10:25, Pekka Paalanen wrote:

Re: [PATCH weston] configure.ac: bump libdrm requirement to 2.4.68

2018-07-02 Thread Emil Velikov
On 2 July 2018 at 10:41, Emil Velikov wrote: > On 2 July 2018 at 03:07, Peter Hutterer wrote: >> On Mon, Jun 11, 2018 at 11:02:19AM +0100, Daniel Stone wrote: >>> Hi, >>> >>> On 11 June 2018 at 10:25, Pekka Paalanen wrote: >>> > On Mon, 11 Jun 2018 09:29:49 +1000 >>> > Peter Hutterer wrote: >>>

Re: [PATCH weston] configure.ac: bump libdrm requirement to 2.4.68

2018-07-02 Thread Emil Velikov
On 2 July 2018 at 03:07, Peter Hutterer wrote: > On Mon, Jun 11, 2018 at 11:02:19AM +0100, Daniel Stone wrote: >> Hi, >> >> On 11 June 2018 at 10:25, Pekka Paalanen wrote: >> > On Mon, 11 Jun 2018 09:29:49 +1000 >> > Peter Hutterer wrote: >> >> +PKG_CHECK_MODULES(LIBDRM, [libdrm >= 2.4.68], [],

Re: [PATCH weston] configure.ac: bump libdrm requirement to 2.4.68

2018-07-01 Thread Peter Hutterer
On Mon, Jun 11, 2018 at 11:02:19AM +0100, Daniel Stone wrote: > Hi, > > On 11 June 2018 at 10:25, Pekka Paalanen wrote: > > On Mon, 11 Jun 2018 09:29:49 +1000 > > Peter Hutterer wrote: > >> +PKG_CHECK_MODULES(LIBDRM, [libdrm >= 2.4.68], [], [AC_MSG_ERROR([ > >> libdrm is a hard build-time

Re: [PATCH weston] configure.ac: bump libdrm requirement to 2.4.68

2018-06-11 Thread Daniel Stone
Hi, On 11 June 2018 at 10:25, Pekka Paalanen wrote: > On Mon, 11 Jun 2018 09:29:49 +1000 > Peter Hutterer wrote: >> +PKG_CHECK_MODULES(LIBDRM, [libdrm >= 2.4.68], [], [AC_MSG_ERROR([ >> libdrm is a hard build-time dependency for libweston core, >> but a sufficient version was not fou

Re: [PATCH weston] configure.ac: bump libdrm requirement to 2.4.68

2018-06-11 Thread Pekka Paalanen
On Mon, 11 Jun 2018 09:29:49 +1000 Peter Hutterer wrote: > Had a stale libdrm sitting around which gave me errors, both fixed with the > .68 version. > > libweston/pixel-formats.c:291:13: error: ‘DRM_FORMAT_NV24’ undeclared here > (not in a function); did you mean ‘DRM_FORMAT_NV21’? >.format

[PATCH weston] configure.ac: bump libdrm requirement to 2.4.68

2018-06-10 Thread Peter Hutterer
Had a stale libdrm sitting around which gave me errors, both fixed with the .68 version. libweston/pixel-formats.c:291:13: error: ‘DRM_FORMAT_NV24’ undeclared here (not in a function); did you mean ‘DRM_FORMAT_NV21’? .format = DRM_FORMAT_NV24, ^~~ DRM_FORMA