aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2023-10-07 13:40:20 +0800
committercrupest <crupest@outlook.com>2023-10-07 13:40:20 +0800
commita1dbbdf5fc04ac091be91add80aafe09d48cfea9 (patch)
tree51c82febf9cfe1b6ead13c6c4e664ad17a7dea48 /scripts
parentfaa63afb8db43690fa633fe1673be9331d278e24 (diff)
downloadcru-a1dbbdf5fc04ac091be91add80aafe09d48cfea9.tar.gz
cru-a1dbbdf5fc04ac091be91add80aafe09d48cfea9.tar.bz2
cru-a1dbbdf5fc04ac091be91add80aafe09d48cfea9.zip
Try to add pango.
Diffstat (limited to 'scripts')
-rw-r--r--scripts/cmake/meson-projects.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/cmake/meson-projects.cmake b/scripts/cmake/meson-projects.cmake
index 94b3729d..d122ed29 100644
--- a/scripts/cmake/meson-projects.cmake
+++ b/scripts/cmake/meson-projects.cmake
@@ -4,7 +4,7 @@ find_program(NINJA ninja REQUIRED)
set(MESON_PROJECTS_BUILD_DIR ${CMAKE_BINARY_DIR}/meson-projects/build)
set(MESON_PROJECTS_INSTALL_DIR ${CMAKE_BINARY_DIR}/meson-projects/install)
-set(MESON_PROJECTS_MESON_SETUP meson setup ${MESON_PROJECTS_BUILD_DIR} --prefix=${MESON_PROJECTS_INSTALL_DIR})
+set(MESON_PROJECTS_MESON_SETUP meson setup ${MESON_PROJECTS_BUILD_DIR} -Dpango=enabled -Dcairo=enabled --prefix=${MESON_PROJECTS_INSTALL_DIR})
if(EMSCRIPTEN)
cmake_path(GET CMAKE_C_COMPILER PARENT_PATH EMSCRIPTEN_TOOLCHAIN)