aboutsummaryrefslogtreecommitdiff
path: root/src/platform/graphics/cairo
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2022-06-08 18:40:17 +0800
committercrupest <crupest@outlook.com>2022-06-08 18:40:17 +0800
commitc2ad48ce4a0d2f1295c5ebd38f7254fb1587a1ec (patch)
tree65c3d37281ead82684ff4b816985048b37cf1949 /src/platform/graphics/cairo
parentc235a74c890088827759847d71227753f1f2e679 (diff)
downloadcru-c2ad48ce4a0d2f1295c5ebd38f7254fb1587a1ec.tar.gz
cru-c2ad48ce4a0d2f1295c5ebd38f7254fb1587a1ec.tar.bz2
cru-c2ad48ce4a0d2f1295c5ebd38f7254fb1587a1ec.zip
...
Diffstat (limited to 'src/platform/graphics/cairo')
-rw-r--r--src/platform/graphics/cairo/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/platform/graphics/cairo/CMakeLists.txt b/src/platform/graphics/cairo/CMakeLists.txt
index d4553689..0ef0e5b9 100644
--- a/src/platform/graphics/cairo/CMakeLists.txt
+++ b/src/platform/graphics/cairo/CMakeLists.txt
@@ -11,7 +11,7 @@ if (UNIX)
find_path(GLIB_HEADER_DIR NAMES glib.h PATH_SUFFIXES glib glib-2.0 REQUIRED)
find_path(GLIBCONFIG_HEADER_DIR NAMES glibconfig.h HINTS ${LIB_ARCH_DIR} PATH_SUFFIXES glib glib/include glib-2.0 glib-2.0/include REQUIRED)
find_path(HARFBUZZ_HEADER_DIR NAMES hb.h PATH_SUFFIXES harfbuzz REQUIRED)
- find_path(PANGO_HEADER_DIR NAMES pango PATH_SUFFIXES pango-1.0 REQUIRED)
+ find_path(PANGO_HEADER_DIR NAMES pango PATH_SUFFIXES pango pango-1.0 REQUIRED)
add_library(CruPlatformGraphicsCairo SHARED
Base.cpp