package/x*/Config.in: fix ordering of statements

The check-package script when ran gives warnings on ordering issues
on all of these Config files.  This patch cleans up all warnings
related to the ordering in the Config files for packages starting with
the letter x in the package directory.

The appropriate ordering is: type, default, depends on, select, help
See http://nightly.buildroot.org/#_config_files for more information.

Signed-off-by: Adam Duskett <Adamduskett@outlook.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
Adam Duskett 2017-04-22 13:18:10 -04:00 committed by Thomas Petazzoni
parent 2fb8f97258
commit a139295ce9
13 changed files with 14 additions and 14 deletions

View file

@ -1,7 +1,7 @@
config BR2_PACKAGE_XAPP_LUIT config BR2_PACKAGE_XAPP_LUIT
bool "luit" bool "luit"
depends on BR2_USE_MMU # fork()
select BR2_PACKAGE_XLIB_LIBX11 select BR2_PACKAGE_XLIB_LIBX11
select BR2_PACKAGE_XLIB_LIBFONTENC select BR2_PACKAGE_XLIB_LIBFONTENC
depends on BR2_USE_MMU # fork()
help help
Locale and ISO 2022 support for Unicode terminals Locale and ISO 2022 support for Unicode terminals

View file

@ -1,10 +1,10 @@
config BR2_PACKAGE_XAPP_XCONSOLE config BR2_PACKAGE_XAPP_XCONSOLE
bool "xconsole" bool "xconsole"
depends on BR2_USE_MMU # fork()
select BR2_PACKAGE_XLIB_LIBX11 select BR2_PACKAGE_XLIB_LIBX11
select BR2_PACKAGE_XLIB_LIBXAW select BR2_PACKAGE_XLIB_LIBXAW
select BR2_PACKAGE_XLIB_LIBXT select BR2_PACKAGE_XLIB_LIBXT
select BR2_PACKAGE_XPROTO_XPROTO select BR2_PACKAGE_XPROTO_XPROTO
select BR2_PACKAGE_XLIB_LIBXMU select BR2_PACKAGE_XLIB_LIBXMU
depends on BR2_USE_MMU # fork()
help help
xconsole - monitor system console messages with X xconsole - monitor system console messages with X

View file

@ -1,8 +1,8 @@
config BR2_PACKAGE_XAPP_XDRIINFO config BR2_PACKAGE_XAPP_XDRIINFO
bool "xdriinfo" bool "xdriinfo"
depends on BR2_PACKAGE_HAS_LIBGL
select BR2_PACKAGE_XLIB_LIBX11 select BR2_PACKAGE_XLIB_LIBX11
select BR2_PACKAGE_XPROTO_GLPROTO select BR2_PACKAGE_XPROTO_GLPROTO
depends on BR2_PACKAGE_HAS_LIBGL
help help
query configuration information of DRI drivers query configuration information of DRI drivers

View file

@ -1,6 +1,6 @@
config BR2_PACKAGE_XAPP_XEDIT config BR2_PACKAGE_XAPP_XEDIT
bool "xedit" bool "xedit"
select BR2_PACKAGE_XLIB_LIBXAW
depends on BR2_USE_MMU # fork() depends on BR2_USE_MMU # fork()
select BR2_PACKAGE_XLIB_LIBXAW
help help
simple text editor for X simple text editor for X

View file

@ -1,7 +1,7 @@
config BR2_PACKAGE_XAPP_XF86DGA config BR2_PACKAGE_XAPP_XF86DGA
bool "xf86dga" bool "xf86dga"
depends on BR2_USE_MMU # fork()
select BR2_PACKAGE_XLIB_LIBX11 select BR2_PACKAGE_XLIB_LIBX11
select BR2_PACKAGE_XLIB_LIBXXF86DGA select BR2_PACKAGE_XLIB_LIBXXF86DGA
depends on BR2_USE_MMU # fork()
help help
test program for the XFree86-DGA extension test program for the XFree86-DGA extension

View file

@ -1,8 +1,8 @@
config BR2_PACKAGE_XAPP_XFS config BR2_PACKAGE_XAPP_XFS
bool "xfs" bool "xfs"
depends on BR2_USE_MMU # fork()
select BR2_PACKAGE_XLIB_LIBFS select BR2_PACKAGE_XLIB_LIBFS
select BR2_PACKAGE_XLIB_LIBXFONT select BR2_PACKAGE_XLIB_LIBXFONT
select BR2_PACKAGE_XPROTO_FONTSPROTO select BR2_PACKAGE_XPROTO_FONTSPROTO
depends on BR2_USE_MMU # fork()
help help
X font server X font server

View file

@ -1,9 +1,9 @@
config BR2_PACKAGE_XCB_UTIL_CURSOR config BR2_PACKAGE_XCB_UTIL_CURSOR
bool "xcb-util-cursor" bool "xcb-util-cursor"
depends on BR2_PACKAGE_LIBXCB
select BR2_PACKAGE_XCB_UTIL select BR2_PACKAGE_XCB_UTIL
select BR2_PACKAGE_XCB_UTIL_IMAGE select BR2_PACKAGE_XCB_UTIL_IMAGE
select BR2_PACKAGE_XCB_UTIL_RENDERUTIL select BR2_PACKAGE_XCB_UTIL_RENDERUTIL
depends on BR2_PACKAGE_LIBXCB
help help
The XCB util modules provides a number of libraries which The XCB util modules provides a number of libraries which
sit on top of libxcb, the core X protocol library, and some sit on top of libxcb, the core X protocol library, and some

View file

@ -1,7 +1,7 @@
config BR2_PACKAGE_XCB_UTIL_RENDERUTIL config BR2_PACKAGE_XCB_UTIL_RENDERUTIL
bool "xcb-util-renderutil" bool "xcb-util-renderutil"
select BR2_PACKAGE_XCB_UTIL
depends on BR2_PACKAGE_LIBXCB # xcb-util depends on BR2_PACKAGE_LIBXCB # xcb-util
select BR2_PACKAGE_XCB_UTIL
help help
The XCB util modules provides a number of libraries which The XCB util modules provides a number of libraries which
sit on top of libxcb, the core X protocol library, and some sit on top of libxcb, the core X protocol library, and some

View file

@ -1,10 +1,10 @@
config BR2_PACKAGE_XDRIVER_XF86_VIDEO_GEODE config BR2_PACKAGE_XDRIVER_XF86_VIDEO_GEODE
bool "xf86-video-geode" bool "xf86-video-geode"
depends on BR2_i386
select BR2_PACKAGE_XPROTO_FONTSPROTO select BR2_PACKAGE_XPROTO_FONTSPROTO
select BR2_PACKAGE_XPROTO_RANDRPROTO select BR2_PACKAGE_XPROTO_RANDRPROTO
select BR2_PACKAGE_XPROTO_RENDERPROTO select BR2_PACKAGE_XPROTO_RENDERPROTO
select BR2_PACKAGE_XPROTO_VIDEOPROTO select BR2_PACKAGE_XPROTO_VIDEOPROTO
select BR2_PACKAGE_XPROTO_XPROTO select BR2_PACKAGE_XPROTO_XPROTO
depends on BR2_i386
help help
video driver for geode device video driver for geode device

View file

@ -98,10 +98,10 @@ config BR2_PACKAGE_XENOMAI_ENABLE_SMP
config BR2_PACKAGE_XENOMAI_ENABLE_REGISTRY config BR2_PACKAGE_XENOMAI_ENABLE_REGISTRY
bool "Enable registry" bool "Enable registry"
select BR2_PACKAGE_LIBFUSE
depends on !BR2_STATIC_LIBS # libfuse depends on !BR2_STATIC_LIBS # libfuse
depends on BR2_TOOLCHAIN_HAS_THREADS # libfuse depends on BR2_TOOLCHAIN_HAS_THREADS # libfuse
depends on BR2_USE_MMU # libfuse depends on BR2_USE_MMU # libfuse
select BR2_PACKAGE_LIBFUSE
help help
Xenomai APIs can export their internal state through a Xenomai APIs can export their internal state through a
pseudo-filesystem, whose files may be read to obtain pseudo-filesystem, whose files may be read to obtain

View file

@ -1,9 +1,9 @@
config BR2_PACKAGE_XORRISO config BR2_PACKAGE_XORRISO
bool "xorriso" bool "xorriso"
select BR2_PACKAGE_LIBICONV if !BR2_ENABLE_LOCALE
depends on BR2_USE_WCHAR depends on BR2_USE_WCHAR
depends on BR2_TOOLCHAIN_HAS_THREADS depends on BR2_TOOLCHAIN_HAS_THREADS
depends on BR2_USE_MMU # fork() depends on BR2_USE_MMU # fork()
select BR2_PACKAGE_LIBICONV if !BR2_ENABLE_LOCALE
help help
xorriso copies file objects from POSIX compliant xorriso copies file objects from POSIX compliant
filesystems into Rock Ridge enhanced ISO 9660 filesystems filesystems into Rock Ridge enhanced ISO 9660 filesystems

View file

@ -1,11 +1,11 @@
config BR2_PACKAGE_XTERM config BR2_PACKAGE_XTERM
bool "xterm" bool "xterm"
select BR2_PACKAGE_NCURSES
select BR2_PACKAGE_XLIB_LIBXAW
depends on BR2_PACKAGE_XORG7 depends on BR2_PACKAGE_XORG7
depends on BR2_USE_MMU # fork() depends on BR2_USE_MMU # fork()
# ARC toolchain issue # ARC toolchain issue
depends on !BR2_TOOLCHAIN_EXTERNAL_SYNOPSYS_ARC depends on !BR2_TOOLCHAIN_EXTERNAL_SYNOPSYS_ARC
select BR2_PACKAGE_NCURSES
select BR2_PACKAGE_XLIB_LIBXAW
help help
xterm terminal emulator xterm terminal emulator

View file

@ -32,12 +32,12 @@ endchoice
config BR2_PACKAGE_XVISOR_DEFCONFIG config BR2_PACKAGE_XVISOR_DEFCONFIG
string "Defconfig name" string "Defconfig name"
depends on BR2_PACKAGE_XVISOR_USE_DEFCONFIG
default "generic-v5" if BR2_ARM_CPU_ARMV5 default "generic-v5" if BR2_ARM_CPU_ARMV5
default "generic-v6" if BR2_ARM_CPU_ARMV6 default "generic-v6" if BR2_ARM_CPU_ARMV6
default "generic-v7" if BR2_ARM_CPU_ARMV7A default "generic-v7" if BR2_ARM_CPU_ARMV7A
default "generic-v8" if BR2_AARCH64 default "generic-v8" if BR2_AARCH64
default "x86_64_generic" if BR2_x86_64 default "x86_64_generic" if BR2_x86_64
depends on BR2_PACKAGE_XVISOR_USE_DEFCONFIG
help help
Name of the Xvisor defconfig file to use, without the Name of the Xvisor defconfig file to use, without the
trailing -defconfig. The defconfig is located in trailing -defconfig. The defconfig is located in