]> git.pld-linux.org Git - packages/libdrm.git/blob - libdrm-intel.patch
- added patch to fix ix86 detection
[packages/libdrm.git] / libdrm-intel.patch
1 --- libdrm-2.4.117/meson.build.orig     2023-10-20 11:20:00.675934935 +0200
2 +++ libdrm-2.4.117/meson.build  2023-10-20 18:29:31.362989811 +0200
3 @@ -87,7 +87,7 @@ dep_pciaccess = dependency('pciaccess',
4  with_intel = get_option('intel') \
5    .require(with_atomics, error_message : 'libdrm_intel requires atomics') \
6    .require(dep_pciaccess.found(), error_message : 'libdrm_intel requires libpciaccess') \
7 -  .disable_auto_if(not host_machine.system().startswith('x86')) \
8 +  .disable_auto_if(not host_machine.cpu_family().startswith('x86')) \
9    .allowed()
10  summary('Intel', with_intel)
11  
This page took 0.060348 seconds and 3 git commands to generate.