diff --git a/meson.build b/meson.build index 4766ce838ba061025792c998dc49bb59ab93a681..3478e1aa434b7d03800975c14498165eb130b7f8 100644 --- a/meson.build +++ b/meson.build @@ -167,12 +167,10 @@ if gallium_drivers.contains('auto') host_machine.system())) endif elif gallium_drivers.contains('all') - # Build-test everything except for i915, which depends on libdrm-intel which - # is not available on non-Intel distros. gallium_drivers = [ 'r300', 'r600', 'radeonsi', 'crocus', 'v3d', 'vc4', 'freedreno', 'etnaviv', 'nouveau', 'svga', 'tegra', 'virgl', 'lima', 'panfrost', 'llvmpipe', 'softpipe', 'iris', - 'zink', 'd3d12', 'asahi' + 'zink', 'd3d12', 'asahi', 'i915' ] endif @@ -1562,10 +1560,6 @@ if with_any_intel and ['x86', 'x86_64'].contains(host_machine.cpu_family()) pre_args += '-DSUPPORT_INTEL_INTEGRATED_GPUS' endif -if with_gallium_i915 and host_machine.cpu_family().startswith('x86') == false - error('Intel "i915" Gallium driver requires x86 or x86_64 CPU family') -endif - # Determine whether or not the rt library is needed for time functions if host_machine.system() == 'windows' or cc.has_function('clock_gettime') dep_clock = null_dep