aboutsummaryrefslogtreecommitdiff
path: root/main
diff options
context:
space:
mode:
authorXavier Del Campo Romero <xavi.dcr@tutanota.com>2025-05-25 22:33:21 +0200
committerXavier Del Campo Romero <xavi.dcr@tutanota.com>2025-05-25 22:33:21 +0200
commit9a956d7d1f92c6172dc8244b359ad05aff39bbea (patch)
tree2b7fdf7994d1f9977e63886d6f6885fb6b85810f /main
parentc04f2c699554e05da85573fd60c4042efa40377e (diff)
downloaddino-9a956d7d1f92c6172dc8244b359ad05aff39bbea.tar.gz
main/CMakeLists.txt: Find Cairo package
This should allow the use of alternative installations of this package, if needed.
Diffstat (limited to 'main')
-rw-r--r--main/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/main/CMakeLists.txt b/main/CMakeLists.txt
index 046b4fb8..9f396730 100644
--- a/main/CMakeLists.txt
+++ b/main/CMakeLists.txt
@@ -103,6 +103,7 @@ compile_gresources(
unset(MAIN_EXTRA_OPTIONS)
unset(MAIN_EXTRA_PACKAGES)
+find_package(Cairo)
find_package(GDK3)
if(GDK3_WITH_X11)
set(MAIN_EXTRA_OPTIONS ${MAIN_EXTRA_OPTIONS} -D GDK3_WITH_X11)