Quoting Eric Anholt (2017-10-05 12:43:47) > Dylan Baker <[email protected]> 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_private : [dep_dl], # FIXME: autotools lists this a > > incomplete > > Is there a reason this is commented out?
Just that it doesn't accept libraries, only strings. I'll add the string until we can get the issue resolved upstream. Dylan > > Other than that, > > Reviewed-by: Eric Anholt <[email protected]>
signature.asc
Description: signature
_______________________________________________ mesa-dev mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-dev
