diff options
author | Ulf Samuelsson <ulf.samuelsson@atmel.com> | 2007-11-25 23:30:29 +0000 |
---|---|---|
committer | Ulf Samuelsson <ulf.samuelsson@atmel.com> | 2007-11-25 23:30:29 +0000 |
commit | 309600e11da299313e262cfc45fdd28a80e50541 (patch) | |
tree | 1c891a7c539ef0f49b882e99ae7161eb33ac2629 /package/dbus | |
parent | 38b99b0381a468b77264dadb6252b0aafa6aefb3 (diff) |
Fix syntax error in dbus
Diffstat (limited to 'package/dbus')
-rw-r--r-- | package/dbus/Config.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/dbus/Config.in b/package/dbus/Config.in index 081ff632b..973ba07f9 100644 --- a/package/dbus/Config.in +++ b/package/dbus/Config.in @@ -7,7 +7,7 @@ config BR2_PACKAGE_DBUS http://www.freedesktop.org/wiki/Software/dbus -comment "dbus not available (need expat or libxml2) +comment "dbus not available (need expat or libxml2)" depends on !BR2_PACKAGE_EXPAT && !BR2_PACKAGE_LIBXML2 choice |