From: Peter Korsgaard Date: Tue, 26 Aug 2008 20:47:01 +0000 (-0000) Subject: blackbox: don't show comment if no xserver is selected X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=9a850cd2da1f9a002cd972c3ac39cb825ecf92a8;p=buildroot.git blackbox: don't show comment if no xserver is selected --- diff --git a/package/blackbox/Config.in b/package/blackbox/Config.in index 0cbd4693c5..65efc3f612 100644 --- a/package/blackbox/Config.in +++ b/package/blackbox/Config.in @@ -5,6 +5,3 @@ config BR2_PACKAGE_BLACKBOX Blackbox is a fast, lightweight window manager for the X Window System. http://blackboxwm.sourceforge.net/ - -comment "blackbox - disabled (requires Xorg(7))" - depends on !(BR2_PACKAGE_XORG || BR2_PACKAGE_XORG7)