diff options
| author | Xavier Del Campo Romero <xavi.dcr@tutanota.com> | 2025-05-25 22:33:21 +0200 |
|---|---|---|
| committer | Xavier Del Campo Romero <xavi.dcr@tutanota.com> | 2025-05-25 22:33:21 +0200 |
| commit | 9a956d7d1f92c6172dc8244b359ad05aff39bbea (patch) | |
| tree | 2b7fdf7994d1f9977e63886d6f6885fb6b85810f /main | |
| parent | c04f2c699554e05da85573fd60c4042efa40377e (diff) | |
| download | dino-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.txt | 1 |
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) |
