meson: Don't try to install dri drivers unless one is built
This confused the with_dri flag which is meant to control Direct Rendering Infrastructure, not classic drivers Signed-off-by: Dylan Baker <dylanx.c.baker@intel.com> Reviewed-by: Eric Anholt <eric@anholt.net>
This commit is contained in:
@@ -32,7 +32,7 @@ if with_dri_i965
|
|||||||
subdir('i965')
|
subdir('i965')
|
||||||
endif
|
endif
|
||||||
|
|
||||||
if with_dri
|
if dri_drivers != []
|
||||||
libmesa_dri_drivers = shared_library(
|
libmesa_dri_drivers = shared_library(
|
||||||
'mesa_dri_drivers',
|
'mesa_dri_drivers',
|
||||||
dummy_cpp, # see meson #2180
|
dummy_cpp, # see meson #2180
|
||||||
|
Reference in New Issue
Block a user