From 327f54b605b92a7b81a5a4de95f9f3741b786be5 Mon Sep 17 00:00:00 2001 From: Yuqian Yang Date: Tue, 4 Nov 2025 21:30:53 +0800 Subject: Remove meson related things. --- demos/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'demos') diff --git a/demos/CMakeLists.txt b/demos/CMakeLists.txt index 9466b4ba..516ef7ae 100644 --- a/demos/CMakeLists.txt +++ b/demos/CMakeLists.txt @@ -7,7 +7,7 @@ add_subdirectory(main) add_subdirectory(ScrollView) add_subdirectory(InputMethod) -if(UNIX AND NOT APPLE) +if(UNIX AND NOT APPLE AND NOT EMSCRIPTEN) add_subdirectory(xcb) endif() -- cgit v1.2.3