[Buildroot] [PATCH] wmctrl: fix comment (typo and visibility)

Samuel Martin s.martin49 at gmail.com
Fri Jan 3 23:32:21 UTC 2014


Signed-off-by: Samuel Martin <s.martin49 at gmail.com>
---
 package/wmctrl/Config.in | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/package/wmctrl/Config.in b/package/wmctrl/Config.in
index 334f47d..e0342b7 100644
--- a/package/wmctrl/Config.in
+++ b/package/wmctrl/Config.in
@@ -18,6 +18,7 @@ config BR2_PACKAGE_WMCTRL
 
 	  http://tomas.styblo.name/wmctrl/
 
-comment "libglib2 needs a toolchain w/ wchar, threads"
-	depends on !BR2_USE_MMU
+comment "wmctrl needs a toolchain w/ wchar, threads"
+	depends on BR2_USE_MMU
+	depends on BR2_PACKAGE_XORG7
 	depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS
-- 
1.8.5.2



More information about the buildroot mailing list