From: Ulf Samuelsson Date: Sun, 25 Nov 2007 23:30:29 +0000 (-0000) Subject: Fix syntax error in dbus X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=309600e11da299313e262cfc45fdd28a80e50541;p=buildroot.git Fix syntax error in dbus --- diff --git a/package/dbus/Config.in b/package/dbus/Config.in index 081ff632b6..973ba07f9e 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