diff options
author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2013-01-02 07:08:51 +0000 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2013-01-02 18:59:31 +0100 |
commit | 393d2a78581a6f49896b81eb1dae9a8aa970c7df (patch) | |
tree | 08017ad6b30ad3c28741f3fac4ba4ef0cac5fba6 /support/scripts | |
parent | 4359685e145798f06d88eb2e5ba5979ba5de882e (diff) | |
download | buildroot-novena-393d2a78581a6f49896b81eb1dae9a8aa970c7df.tar.gz buildroot-novena-393d2a78581a6f49896b81eb1dae9a8aa970c7df.zip |
graph-depends: fix comment
Since 9bc7b1d4ae694b818f941410d1ff59316a2bba6e, all X.org .mk files
are parsed unconditionally, even if BR2_PACKAGE_XORG7 is disabled.
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'support/scripts')
-rwxr-xr-x | support/scripts/graph-depends | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/support/scripts/graph-depends b/support/scripts/graph-depends index c168fc4ea..10cd76a2e 100755 --- a/support/scripts/graph-depends +++ b/support/scripts/graph-depends @@ -17,11 +17,6 @@ # dependencies as they are with the current Buildroot # configuration. # -# * The X.org package definitions are only included when -# BR2_PACKAGE_XORG7 is enabled, so if this option is not enabled, -# it isn't possible to graph the dependencies of X.org stack -# components. -# # Copyright (C) 2010 Thomas Petazzoni <thomas.petazzoni@free-electrons.com> import sys |