diff options
| author | Xavier Del Campo Romero <xavi.dcr@tutanota.com> | 2025-05-25 22:24:00 +0200 |
|---|---|---|
| committer | Xavier Del Campo Romero <xavi.dcr@tutanota.com> | 2025-05-25 22:24:00 +0200 |
| commit | c04f2c699554e05da85573fd60c4042efa40377e (patch) | |
| tree | feae021e9adf14db9a9ef26ec6626ca380719b15 | |
| parent | 9f0577d43804ea943ad5e7899cef70ea6dff59f0 (diff) | |
| download | dino-c04f2c699554e05da85573fd60c4042efa40377e.tar.gz | |
FindCairo.cmake: Replace package name
libpango-1.52.1 installs the following pkconfig files:
lib/x86_64-linux-gnu/pkgconfig/
├── pangocairo.pc
├── pangofc.pc
├── pangoft2.pc
├── pangoot.pc
├── pango.pc
└── pangoxft.pc
1 directory, 6 files
| -rw-r--r-- | cmake/FindCairo.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/FindCairo.cmake b/cmake/FindCairo.cmake index 5277b1bb..ecfd8bd1 100644 --- a/cmake/FindCairo.cmake +++ b/cmake/FindCairo.cmake @@ -1,6 +1,6 @@ include(PkgConfigWithFallback) find_pkg_config_with_fallback(Cairo - PKG_CONFIG_NAME cairo + PKG_CONFIG_NAME pangocairo LIB_NAMES cairo INCLUDE_NAMES cairo.h INCLUDE_DIR_SUFFIXES cairo cairo/include |
