Quoting Daniel Stone (2017-10-06 03:28:48)
> Hi,
>
> On 5 October 2017 at 22:22, Dylan Baker wrote:
> > Quoting Eric Anholt (2017-10-05 12:43:47)
> >> Dylan Baker writes:
> >> > +install_headers('main/gbm.h')
> >> > +
> >> > +pkg.generate(
> >> > + name : 'gbm',
> >> > + filebase : 'gbm',
> >>
Hi,
On 5 October 2017 at 22:22, Dylan Baker wrote:
> Quoting Eric Anholt (2017-10-05 12:43:47)
>> Dylan Baker writes:
>> > +install_headers('main/gbm.h')
>> > +
>> > +pkg.generate(
>> > + name : 'gbm',
>> > + filebase : 'gbm',
>> > + description : 'Mesa gbm library',
>> > + version : meson.p
Quoting Eric Anholt (2017-10-05 12:43:47)
> Dylan Baker writes:
>
> > This doesn't include egl support, just dri support.
>
>
> > +install_headers('main/gbm.h')
> > +
> > +pkg.generate(
> > + name : 'gbm',
> > + filebase : 'gbm',
> > + description : 'Mesa gbm library',
> > + version : meson
Dylan Baker writes:
> This doesn't include egl support, just dri support.
> +install_headers('main/gbm.h')
> +
> +pkg.generate(
> + name : 'gbm',
> + filebase : 'gbm',
> + description : 'Mesa gbm library',
> + version : meson.project_version(),
> + libraries : libgbm,
> + #libraries_priva
This doesn't include egl support, just dri support.
v2: - when gbm is set to 'auto', only build if a dri driver is also
enabled
- Fix conditional to check for x11 modules with vulkan as well as
with dri drivers
Signed-off-by: Dylan Baker
---
meson.build | 17 ++