From f6f0ecfa0aa9872a582e22f2b839d500105aafa1 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sat, 23 Sep 2023 18:53:15 -0400 Subject: Format meson.build files with muon The less time wasted with manual code formatting, the better. --- bindings/cpp/include/meson.build | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'bindings/cpp/include') diff --git a/bindings/cpp/include/meson.build b/bindings/cpp/include/meson.build index 2521f8e..08e66bb 100644 --- a/bindings/cpp/include/meson.build +++ b/bindings/cpp/include/meson.build @@ -2,10 +2,9 @@ # SPDX-License-Identifier: 0BSD OR ISC cpp_headers = files( - 'pugl/pugl.hpp', - 'pugl/cairo.hpp', 'pugl/gl.hpp', + 'pugl/pugl.hpp', 'pugl/stub.hpp', 'pugl/vulkan.hpp', ) -- cgit v1.2.1