[Mesa-dev] [PATCH kmscube 3/3] meson build support (v2)

Dylan Baker dylan at pnwbakers.com
Mon Mar 27 16:31:06 UTC 2017


Quoting Daniel Stone (2017-03-27 04:59:13)
> On 27 March 2017 at 12:50, Rob Clark <robdclark at gmail.com> wrote:
> > On Mon, Mar 27, 2017 at 7:37 AM, Fabio Estevam <festevam at gmail.com> wrote:
> >> gst-decoder.c:189:40: note: each undeclared identifier is reported
> >> only once for each function it appears in
> >> Makefile:613: recipe for target 'kmscube-gst-decoder.o' failed
> >> make: *** [kmscube-gst-decoder.o] Error 1
> >
> > hmm, GBM_FORMAT_R8 might be kind of newer..  probably the build system
> > needs to check for a minimum gbm version
> 
> dependency('gbm >= 17.0')
> 
> or
> 
> dep_gbm = dependency('gbm')
> if dep_gbm.version_compare('>= 17.0')
>   have_gbm_format_r8 = true
> endif

or even:
dependency('gbm', version : '>= 17.0')

> _______________________________________________
> mesa-dev mailing list
> mesa-dev at lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/mesa-dev
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 488 bytes
Desc: signature
URL: <https://lists.freedesktop.org/archives/mesa-dev/attachments/20170327/9495e5c2/attachment.sig>


More information about the mesa-dev mailing list