From ae2ae81374792cb78259104b9cbc3e0fef5e6471 Mon Sep 17 00:00:00 2001 From: crupest Date: Sat, 7 Oct 2023 17:19:09 +0800 Subject: Drop cairo for web. --- lib/meson-projects/meson.build | 2 -- 1 file changed, 2 deletions(-) (limited to 'lib/meson-projects/meson.build') diff --git a/lib/meson-projects/meson.build b/lib/meson-projects/meson.build index 0434dfb0..5efa46af 100644 --- a/lib/meson-projects/meson.build +++ b/lib/meson-projects/meson.build @@ -17,12 +17,10 @@ if hello_world_result.returncode() != 0 endif if get_option('cairo').enabled() - subproject('glib') subproject('cairo') endif if get_option('pango').enabled() - subproject('glib') subproject('pango') endif -- cgit v1.2.3