aboutsummaryrefslogtreecommitdiffstats
path: root/contrib
diff options
context:
space:
mode:
authorLeon Woestenberg <leon@sidebranch.com>2009-03-29 17:16:06 +0200
committerLeon Woestenberg <leon@sidebranch.com>2009-03-29 17:16:42 +0200
commit6980c14769d34bf2c5c539740a01dd5de90cad67 (patch)
tree5724c84320af1d7360f8f94649f5bb2bb1fae057 /contrib
parentc9960f76ceaa781f3f8782c75963a9f93f52b1fc (diff)
downloadopenembedded-6980c14769d34bf2c5c539740a01dd5de90cad67.tar.gz
contrib/dependsgraph: Use dot instead of neato.
Diffstat (limited to 'contrib')
-rwxr-xr-xcontrib/dependsgraph/dependsgraph.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/dependsgraph/dependsgraph.sh b/contrib/dependsgraph/dependsgraph.sh
index b5526f9d39..8ea482aa9b 100755
--- a/contrib/dependsgraph/dependsgraph.sh
+++ b/contrib/dependsgraph/dependsgraph.sh
@@ -45,7 +45,7 @@ done
sed -f /tmp/delete.sed depends.dot >reduced.dot
# create a PNG
-neato -v -Tpng -o depends.png reduced.dot
+dot -v -Tpng -o depends.png reduced.dot
# show it
gthumb depends.png