From d5ca00717ed490ecc9a268909dac52cb38ff480e Mon Sep 17 00:00:00 2001 From: FlightlessMango Date: Wed, 23 Aug 2023 02:11:57 +0200 Subject: [PATCH] windows: don't include intel.cpp --- src/meson.build | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/meson.build b/src/meson.build index f9182a1..35f2dd0 100644 --- a/src/meson.build +++ b/src/meson.build @@ -44,8 +44,8 @@ vklayer_files = files( 'gpu.cpp', 'blacklist.cpp', 'file_utils.cpp', - 'intel.cpp' ) + opengl_files = [] if ['windows', 'mingw'].contains(host_machine.system()) vklayer_files += files( @@ -73,7 +73,8 @@ if is_unixy 'battery.cpp', 'control.cpp', 'gamepad.cpp', - 'amdgpu.cpp' + 'amdgpu.cpp', + 'intel.cpp' ) opengl_files = files(