meson: Fix dri.pc dridriverdir

Change dridriversdir to dridriverdir

Fixes: 3ae3569d82
Closes: https://gitlab.freedesktop.org/mesa/mesa/-/issues/5726

Signed-off-by: Mike Lothian <mike@fireburn.co.uk>
Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
Tested-by: Marcus Seyfarth <m.seyfarth@gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/14111>
This commit is contained in:
Mike Lothian 2021-12-07 15:40:38 +00:00 committed by Marge Bot
parent 0db2e78788
commit 1050686afe
1 changed files with 1 additions and 1 deletions

View File

@ -76,7 +76,7 @@ if with_dri
filebase : 'dri',
description : 'Direct Rendering Infastructure',
version : meson.project_version(),
variables : ['dridriversdir=@0@'.format(dri_drivers_path)],
variables : ['dridriverdir=@0@'.format(dri_drivers_path)],
requires_private : dri_req_private,
)
endif