diff options
author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2009-07-17 14:26:29 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2009-07-17 14:26:29 +0200 |
commit | 2c502491f633bd93aca4d7dcdb046c45882e61fb (patch) | |
tree | e6a3e4622964d23166c602ad49c75406e95c8212 /package/x11r7/Config.in | |
parent | 1956d0f6d640a1acff7ab09be99e890fc202839b (diff) | |
download | buildroot-novena-2c502491f633bd93aca4d7dcdb046c45882e61fb.tar.gz buildroot-novena-2c502491f633bd93aca4d7dcdb046c45882e61fb.zip |
xorg: reindent configuration option details
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/x11r7/Config.in')
-rw-r--r-- | package/x11r7/Config.in | 17 |
1 files changed, 8 insertions, 9 deletions
diff --git a/package/x11r7/Config.in b/package/x11r7/Config.in index 7af62ee07..dad0924a9 100644 --- a/package/x11r7/Config.in +++ b/package/x11r7/Config.in @@ -1,13 +1,12 @@ menuconfig BR2_PACKAGE_XORG7 -bool "X.org X Window System, X11R7, release 7.4" -default y if BR2_PACKAGE_XSERVER_x11r7 -select BR2_PACKAGE_ZLIB -select BR2_PACKAGE_LIBPNG -select BR2_PACKAGE_EXPAT -select BR2_PACKAGE_FONTCONFIG -help - Support for X11R7 libraries, servers, drivers, and/or - applications in the target. + bool "X.org X Window System, X11R7, release 7.4" + select BR2_PACKAGE_ZLIB + select BR2_PACKAGE_LIBPNG + select BR2_PACKAGE_EXPAT + select BR2_PACKAGE_FONTCONFIG + help + Support for X11R7 libraries, servers, drivers, and/or + applications in the target. if BR2_PACKAGE_XORG7 |