--- waffle-v1.7.2/src/waffle/meson.build.orig 2023-05-15 08:52:18.615737318 +0200 +++ waffle-v1.7.2/src/waffle/meson.build 2023-05-15 08:53:13.945096041 +0200 @@ -238,7 +238,7 @@ description : 'A library for selecting an OpenGL API and windows system at runtime.', ) -if host_machine.system() == 'windows' +# if host_machine.system() == 'windows' cmake = import('cmake') cmake.write_basic_package_version_file( name : 'Waffle', @@ -256,7 +256,7 @@ input : '../../cmake/Modules/WaffleConfig.cmake.in', configuration : cmake_conf, ) -endif +# endif if get_option('build-tests') if get_option('default_library') == 'shared'