From ca5dc256ac6f0e5cc0b59e5e3ba0b01a7c5de101 Mon Sep 17 00:00:00 2001 From: Magnus Jacobsson Date: Sat, 28 Aug 2021 08:09:16 +0200 Subject: [PATCH] plugin/pango: add linking to cgraph E.g. plugin/pango/gvgetfontlist_pango.c uses agxbinit from lib/cgraph/agxbuf.c. This removes the need to link to cgraph for downstream libraries that do not explicitly use cgraph. --- plugin/pango/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/plugin/pango/CMakeLists.txt b/plugin/pango/CMakeLists.txt index e2a4a3845..c423dd934 100644 --- a/plugin/pango/CMakeLists.txt +++ b/plugin/pango/CMakeLists.txt @@ -27,6 +27,7 @@ target_include_directories(gvplugin_pango PRIVATE ) target_link_libraries(gvplugin_pango + cgraph gvc ${Cairo_LINK_LIBRARIES} ${PangoCairo_LINK_LIBRARIES} -- 2.40.0