[Mesa-dev] [PATCH kmscube 3/3] meson build support (v2)
Rob Clark
robdclark at gmail.com
Mon Mar 27 12:29:07 UTC 2017
On Mon, Mar 27, 2017 at 7:59 AM, Daniel Stone <daniel at fooishbar.org> wrote:
> 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
thx.. I guess we want 17.0 mesa for the egl fence fd extension too, so
I'll probably just unconditionally require it
I'll put together a v3 later this morning when I reach the office
BR,
-R
More information about the mesa-dev
mailing list