From: Magnus Jacobsson Date: Sat, 28 Aug 2021 06:09:16 +0000 (+0200) Subject: plugin/pango: add linking to cgraph X-Git-Tag: 2.49.1~55^2~12 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ca5dc256ac6f0e5cc0b59e5e3ba0b01a7c5de101;p=graphviz 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. --- 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}