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(