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:
Mike Lothian
2021-12-07 15:40:38 +00:00
committed by Marge Bot
parent 0db2e78788
commit 1050686afe
+1 -1
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