From 98e9a40985963219885f4d786f8b986f2a5615cc Mon Sep 17 00:00:00 2001 From: Emmanuele Bassi Date: Thu, 17 Aug 2023 19:09:09 +0100 Subject: [PATCH] build: Enable cairo-sphinx only if we have SysV's SHM Otherwise the build fails on Android when enabling the tee surface. --- util/meson.build | 1 + 1 file changed, 1 insertion(+) diff --git a/util/meson.build b/util/meson.build index 3c3bf26c2..a598d9daf 100644 --- a/util/meson.build +++ b/util/meson.build @@ -24,6 +24,7 @@ endif if (glib_dep.found() and png_dep.found() and + have_shm and host_machine.system() != 'windows' and conf.get('CAIRO_HAS_DLSYM', 0) == 1 and feature_conf.get('CAIRO_HAS_SCRIPT_SURFACE', 0) == 1 and