aboutsummaryrefslogtreecommitdiff
path: root/lib/meson-projects/meson.build
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2023-10-07 17:19:09 +0800
committercrupest <crupest@outlook.com>2023-10-07 17:19:09 +0800
commitae2ae81374792cb78259104b9cbc3e0fef5e6471 (patch)
tree7743b257cfe7544bd190423c56da09a4bb667f79 /lib/meson-projects/meson.build
parent6cd68b1402c568071eebf171bc6904a182f27485 (diff)
downloadcru-ae2ae81374792cb78259104b9cbc3e0fef5e6471.tar.gz
cru-ae2ae81374792cb78259104b9cbc3e0fef5e6471.tar.bz2
cru-ae2ae81374792cb78259104b9cbc3e0fef5e6471.zip
Drop cairo for web.
Diffstat (limited to 'lib/meson-projects/meson.build')
-rw-r--r--lib/meson-projects/meson.build2
1 files changed, 0 insertions, 2 deletions
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