meson: Fix dri.pc dridriverdir
Change dridriversdir to dridriverdir Fixes: https://gitlab.freedesktop.org/mesa/mesa/-/commit/3ae3569d822c2546c4c748090f8a6c8016f763ea 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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user