From: Bernhard Reutner-Fischer Date: Wed, 17 Jan 2007 12:03:59 +0000 (-0000) Subject: - make the BR2_X_WINDOW_SYSTEM a menuconfig to make it look nicer X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=3ec18d5a7b5ce7abc25f2c6d0eaad03257fcf5b2;p=buildroot.git - make the BR2_X_WINDOW_SYSTEM a menuconfig to make it look nicer --- diff --git a/package/Config.in b/package/Config.in index 7dbbe95a22..9036f4e1d6 100644 --- a/package/Config.in +++ b/package/Config.in @@ -217,14 +217,13 @@ source "package/wireless-tools/Config.in" source "package/xfsprogs/Config.in" source "package/zlib/Config.in" -config BR2_X_WINDOW_SYSTEM +menuconfig BR2_X_WINDOW_SYSTEM bool "X Window System" default n help Support for X and related packages if BR2_X_WINDOW_SYSTEM -menu "X11" comment "X server" source "package/xorg/Config.in" source "package/tinyx/Config.in" @@ -243,7 +242,7 @@ source "package/metacity/Config.in" comment "X applications" source "package/rxvt/Config.in" source "package/dillo/Config.in" -endmenu + endif endmenu