Reviewed-by: Dylan Baker <[email protected]>
Quoting Rafael Antognolli (2017-11-15 09:32:47) > Xorg (and possibly other things) depend on this variable to find the > path to DRI drivers. > > Signed-off-by: Rafael Antognolli <[email protected]> > Cc: Dylan Baker <[email protected]> > --- > src/mesa/drivers/dri/meson.build | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/src/mesa/drivers/dri/meson.build > b/src/mesa/drivers/dri/meson.build > index a2fc8db8ada..217f1e5c71c 100644 > --- a/src/mesa/drivers/dri/meson.build > +++ b/src/mesa/drivers/dri/meson.build > @@ -58,6 +58,7 @@ if dri_drivers != [] > filebase : 'dri', > description : 'Direct Rendering Infrastructure', > version : meson.project_version(), > + variables : ['dridriverdir=${prefix}/' + dri_drivers_path], > requires_private : ['libdrm >= 2.4.75'], # FIXME: don't hardcode this > ) > > -- > 2.13.6 >
signature.asc
Description: signature
_______________________________________________ mesa-dev mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-dev
