]> granicus.if.org Git - graphviz/commitdiff
Use full paths to pangocairo libraries, not names
authorMark Hansen <markhansen@google.com>
Sat, 8 Oct 2022 03:32:49 +0000 (14:32 +1100)
committerMark Hansen <markhansen@google.com>
Tue, 11 Oct 2022 21:38:53 +0000 (08:38 +1100)
This lets me build on macOS.

Thanks to Matthew for finding this fix for #2286

There are a few other usages of PANGOCAIRO_LIBRARIES within Graphviz,
but none that I'm currently compiling on macOS. Maybe those should be
moved too, but I've just started with this one.

plugin/gs/CMakeLists.txt

index ea39a819310bfb0f1aff6cf5346adb83109e2714..76a9dcb63c5437d01f191b1a36afe645bc4e2a54 100644 (file)
@@ -24,7 +24,7 @@ if(GS_FOUND AND PANGOCAIRO_FOUND)
 
   target_link_libraries(gvplugin_gs
     ${GS_LIBRARIES}
-    ${PANGOCAIRO_LIBRARIES}
+    ${PANGOCAIRO_LINK_LIBRARIES}
   )
 
   install(