Explorar el Código

meson: don't build gallium dri target if gallium is disabled

Otherwise -Dgallium-drivers= will cause libmesa_gallium to be built and
the megadriver install script to attempt to install drivers without any
actual drivers being built.

fixes: 66f97f6640 ("meson: build radeonsi")
Reported-by: Rafael Antognolli <rafael.antognolli@intel.com>
Signed-off-by: Dylan Baker <dylanx.c.baker@intel.com>
Tested-by: Rafael Antognolli <rafael.antognolli@intel.com>
Reviewed-by: Lyude Paul <lyude@redhat.com>
tags/17.3-branchpoint
Dylan Baker hace 8 años
padre
commit
a447f9fe7b
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      src/gallium/meson.build

+ 1
- 1
src/gallium/meson.build Ver fichero

@@ -67,7 +67,7 @@ subdir('state_trackers/dri')
# TODO: virgl
# TODO: winsys/sw/xlib
# TODO: clover
if with_dri
if with_dri and with_gallium
subdir('targets/dri')
endif
# TODO: xlib-glx

Cargando…
Cancelar
Guardar