diff --git a/lxqt-builddep-graph/dependency-map-withfw.png b/lxqt-builddep-graph/dependency-map-withfw.png index ab91280..43fa5bb 100644 Binary files a/lxqt-builddep-graph/dependency-map-withfw.png and b/lxqt-builddep-graph/dependency-map-withfw.png differ diff --git a/lxqt-builddep-graph/dependency-map.png b/lxqt-builddep-graph/dependency-map.png index bdb6fdd..42d4cb8 100644 Binary files a/lxqt-builddep-graph/dependency-map.png and b/lxqt-builddep-graph/dependency-map.png differ diff --git a/lxqt-builddep-graph/graph_with_fw.dot b/lxqt-builddep-graph/graph_with_fw.dot index 051c18d..6428949 100644 --- a/lxqt-builddep-graph/graph_with_fw.dot +++ b/lxqt-builddep-graph/graph_with_fw.dot @@ -28,11 +28,17 @@ digraph G { "lxqt-powermanagement"; "lxqt-runner"; + "extra-cmake-modules" [color="green"]; "kwindowsystem" [color="green"]; "libkscreen" [color="green"]; "solid" [color="green"]; "kidletime" [color="green"]; + "kidletime" -> "extra-cmake-modules"; + "kwindowsystem" -> "extra-cmake-modules"; + "libkscreen" -> "extra-cmake-modules"; + "solid" -> "extra-cmake-modules"; + "libfm-qt" -> "lxqt-build-tools"; "libfm-qt" -> "kwindowsystem";