mirror of
https://git.busybox.net/buildroot.git
synced 2025-01-26 14:23:24 +08:00
x11r7: remove useless depends on of X.org drivers
All X.org server drivers are already enclosed in a if BR2_PACKAGE_XSERVER_xorg .. endif block. Now that this option is only set if a X.org server is enabled, there is no need for each individual driver to depend on BR2_PACKAGE_XSERVER_XORG. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Acked-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
940fcba1a5
commit
88d66054ed
@ -1,7 +1,6 @@
|
||||
config BR2_PACKAGE_XDRIVER_XF86_INPUT_EVDEV
|
||||
bool "xf86-input-evdev"
|
||||
select BR2_PACKAGE_XPROTO_INPUTPROTO
|
||||
select BR2_PACKAGE_XSERVER_XORG_SERVER
|
||||
select BR2_PACKAGE_XPROTO_RANDRPROTO
|
||||
select BR2_PACKAGE_XPROTO_XPROTO
|
||||
help
|
||||
|
@ -1,6 +1,5 @@
|
||||
config BR2_PACKAGE_XDRIVER_XF86_INPUT_JOYSTICK
|
||||
bool "xf86-input-joystick"
|
||||
select BR2_PACKAGE_XSERVER_XORG_SERVER
|
||||
select BR2_PACKAGE_XPROTO_INPUTPROTO
|
||||
select BR2_PACKAGE_XPROTO_RANDRPROTO
|
||||
select BR2_PACKAGE_XPROTO_XPROTO
|
||||
|
@ -1,6 +1,5 @@
|
||||
config BR2_PACKAGE_XDRIVER_XF86_INPUT_KEYBOARD
|
||||
bool "xf86-input-keyboard"
|
||||
select BR2_PACKAGE_XSERVER_XORG_SERVER
|
||||
select BR2_PACKAGE_XPROTO_INPUTPROTO
|
||||
select BR2_PACKAGE_XPROTO_KBPROTO
|
||||
select BR2_PACKAGE_XPROTO_RANDRPROTO
|
||||
|
@ -1,6 +1,5 @@
|
||||
config BR2_PACKAGE_XDRIVER_XF86_INPUT_MOUSE
|
||||
bool "xf86-input-mouse"
|
||||
select BR2_PACKAGE_XSERVER_XORG_SERVER
|
||||
select BR2_PACKAGE_XPROTO_INPUTPROTO
|
||||
select BR2_PACKAGE_XPROTO_RANDRPROTO
|
||||
select BR2_PACKAGE_XPROTO_XPROTO
|
||||
|
@ -1,6 +1,5 @@
|
||||
config BR2_PACKAGE_XDRIVER_XF86_INPUT_SYNAPTICS
|
||||
bool "xf86-input-synaptics"
|
||||
select BR2_PACKAGE_XSERVER_XORG_SERVER
|
||||
select BR2_PACKAGE_XPROTO_INPUTPROTO
|
||||
select BR2_PACKAGE_XPROTO_RANDRPROTO
|
||||
select BR2_PACKAGE_XPROTO_XPROTO
|
||||
|
@ -1,7 +1,6 @@
|
||||
config BR2_PACKAGE_XDRIVER_XF86_INPUT_TSLIB
|
||||
bool "xf86-input-tslib"
|
||||
select BR2_PACKAGE_XPROTO_INPUTPROTO
|
||||
select BR2_PACKAGE_XSERVER_XORG_SERVER
|
||||
select BR2_PACKAGE_XPROTO_RANDRPROTO
|
||||
select BR2_PACKAGE_XPROTO_XPROTO
|
||||
select BR2_PACKAGE_TSLIB
|
||||
|
@ -1,7 +1,6 @@
|
||||
config BR2_PACKAGE_XDRIVER_XF86_INPUT_VMMOUSE
|
||||
bool "xf86-input-vmmouse"
|
||||
depends on BR2_i386 || BR2_x86_64
|
||||
select BR2_PACKAGE_XSERVER_XORG_SERVER
|
||||
select BR2_PACKAGE_XPROTO_INPUTPROTO
|
||||
select BR2_PACKAGE_XPROTO_RANDRPROTO
|
||||
select BR2_PACKAGE_XPROTO_XPROTO
|
||||
|
@ -1,6 +1,5 @@
|
||||
config BR2_PACKAGE_XDRIVER_XF86_INPUT_VOID
|
||||
bool "xf86-input-void"
|
||||
select BR2_PACKAGE_XSERVER_XORG_SERVER
|
||||
select BR2_PACKAGE_XPROTO_INPUTPROTO
|
||||
select BR2_PACKAGE_XPROTO_RANDRPROTO
|
||||
select BR2_PACKAGE_XPROTO_XPROTO
|
||||
|
@ -1,6 +1,5 @@
|
||||
config BR2_PACKAGE_XDRIVER_XF86_VIDEO_ARK
|
||||
bool "xf86-video-ark"
|
||||
select BR2_PACKAGE_XSERVER_XORG_SERVER
|
||||
select BR2_PACKAGE_XPROTO_FONTSPROTO
|
||||
select BR2_PACKAGE_XPROTO_RANDRPROTO
|
||||
select BR2_PACKAGE_XPROTO_RENDERPROTO
|
||||
|
@ -1,6 +1,5 @@
|
||||
config BR2_PACKAGE_XDRIVER_XF86_VIDEO_ATI
|
||||
bool "xf86-video-ati"
|
||||
select BR2_PACKAGE_XSERVER_XORG_SERVER
|
||||
select BR2_PACKAGE_LIBDRM
|
||||
select BR2_PACKAGE_MESA3D
|
||||
select BR2_PACKAGE_XPROTO_FONTSPROTO
|
||||
|
@ -1,6 +1,5 @@
|
||||
config BR2_PACKAGE_XDRIVER_XF86_VIDEO_CIRRUS
|
||||
bool "xf86-video-cirrus"
|
||||
select BR2_PACKAGE_XSERVER_XORG_SERVER
|
||||
select BR2_PACKAGE_XPROTO_FONTSPROTO
|
||||
select BR2_PACKAGE_XPROTO_RANDRPROTO
|
||||
select BR2_PACKAGE_XPROTO_RENDERPROTO
|
||||
|
@ -1,6 +1,5 @@
|
||||
config BR2_PACKAGE_XDRIVER_XF86_VIDEO_DUMMY
|
||||
bool "xf86-video-dummy"
|
||||
select BR2_PACKAGE_XSERVER_XORG_SERVER
|
||||
select BR2_PACKAGE_XPROTO_FONTSPROTO
|
||||
select BR2_PACKAGE_XPROTO_RANDRPROTO
|
||||
select BR2_PACKAGE_XPROTO_RENDERPROTO
|
||||
|
@ -1,6 +1,5 @@
|
||||
config BR2_PACKAGE_XDRIVER_XF86_VIDEO_FBDEV
|
||||
bool "xf86-video-fbdev"
|
||||
select BR2_PACKAGE_XSERVER_XORG_SERVER
|
||||
select BR2_PACKAGE_XPROTO_FONTSPROTO
|
||||
select BR2_PACKAGE_XPROTO_RANDRPROTO
|
||||
select BR2_PACKAGE_XPROTO_RENDERPROTO
|
||||
|
@ -1,6 +1,5 @@
|
||||
config BR2_PACKAGE_XDRIVER_XF86_VIDEO_GEODE
|
||||
bool "xf86-video-geode"
|
||||
select BR2_PACKAGE_XSERVER_XORG_SERVER
|
||||
select BR2_PACKAGE_XPROTO_FONTSPROTO
|
||||
select BR2_PACKAGE_XPROTO_RANDRPROTO
|
||||
select BR2_PACKAGE_XPROTO_RENDERPROTO
|
||||
|
@ -1,6 +1,5 @@
|
||||
config BR2_PACKAGE_XDRIVER_XF86_VIDEO_GLIDE
|
||||
bool "xf86-video-glide"
|
||||
select BR2_PACKAGE_XSERVER_XORG_SERVER
|
||||
select BR2_PACKAGE_XPROTO_FONTSPROTO
|
||||
select BR2_PACKAGE_XPROTO_RANDRPROTO
|
||||
select BR2_PACKAGE_XPROTO_RENDERPROTO
|
||||
|
@ -1,6 +1,5 @@
|
||||
config BR2_PACKAGE_XDRIVER_XF86_VIDEO_GLINT
|
||||
bool "xf86-video-glint"
|
||||
select BR2_PACKAGE_XSERVER_XORG_SERVER
|
||||
select BR2_PACKAGE_LIBDRM
|
||||
select BR2_PACKAGE_MESA3D
|
||||
select BR2_PACKAGE_XPROTO_FONTSPROTO
|
||||
|
@ -1,6 +1,5 @@
|
||||
config BR2_PACKAGE_XDRIVER_XF86_VIDEO_I128
|
||||
bool "xf86-video-i128"
|
||||
select BR2_PACKAGE_XSERVER_XORG_SERVER
|
||||
select BR2_PACKAGE_XPROTO_FONTSPROTO
|
||||
select BR2_PACKAGE_XPROTO_RANDRPROTO
|
||||
select BR2_PACKAGE_XPROTO_RENDERPROTO
|
||||
|
@ -1,6 +1,5 @@
|
||||
config BR2_PACKAGE_XDRIVER_XF86_VIDEO_INTEL
|
||||
bool "xf86-video-intel"
|
||||
select BR2_PACKAGE_XSERVER_XORG_SERVER
|
||||
select BR2_PACKAGE_XPROTO_FONTSPROTO
|
||||
select BR2_PACKAGE_XPROTO_RANDRPROTO
|
||||
select BR2_PACKAGE_XPROTO_RENDERPROTO
|
||||
|
@ -1,7 +1,6 @@
|
||||
config BR2_PACKAGE_XDRIVER_XF86_VIDEO_MACH64
|
||||
bool "xf86-video-mach64"
|
||||
select BR2_PACKAGE_MESA3D
|
||||
select BR2_PACKAGE_XSERVER_XORG_SERVER
|
||||
select BR2_PACKAGE_XPROTO_FONTSPROTO
|
||||
select BR2_PACKAGE_XPROTO_RANDRPROTO
|
||||
select BR2_PACKAGE_XPROTO_RENDERPROTO
|
||||
|
@ -1,6 +1,5 @@
|
||||
config BR2_PACKAGE_XDRIVER_XF86_VIDEO_MGA
|
||||
bool "xf86-video-mga"
|
||||
select BR2_PACKAGE_XSERVER_XORG_SERVER
|
||||
select BR2_PACKAGE_LIBDRM
|
||||
select BR2_PACKAGE_MESA3D
|
||||
select BR2_PACKAGE_XPROTO_FONTSPROTO
|
||||
|
@ -1,6 +1,5 @@
|
||||
config BR2_PACKAGE_XDRIVER_XF86_VIDEO_NEOMAGIC
|
||||
bool "xf86-video-neomagic"
|
||||
select BR2_PACKAGE_XSERVER_XORG_SERVER
|
||||
select BR2_PACKAGE_XPROTO_FONTSPROTO
|
||||
select BR2_PACKAGE_XPROTO_RANDRPROTO
|
||||
select BR2_PACKAGE_XPROTO_RENDERPROTO
|
||||
|
@ -1,6 +1,5 @@
|
||||
config BR2_PACKAGE_XDRIVER_XF86_VIDEO_NEWPORT
|
||||
bool "xf86-video-newport"
|
||||
select BR2_PACKAGE_XSERVER_XORG_SERVER
|
||||
select BR2_PACKAGE_XPROTO_FONTSPROTO
|
||||
select BR2_PACKAGE_XPROTO_RANDRPROTO
|
||||
select BR2_PACKAGE_XPROTO_RENDERPROTO
|
||||
|
@ -1,6 +1,5 @@
|
||||
config BR2_PACKAGE_XDRIVER_XF86_VIDEO_NV
|
||||
bool "xf86-video-nv"
|
||||
select BR2_PACKAGE_XSERVER_XORG_SERVER
|
||||
select BR2_PACKAGE_XPROTO_FONTSPROTO
|
||||
select BR2_PACKAGE_XPROTO_RANDRPROTO
|
||||
select BR2_PACKAGE_XPROTO_RENDERPROTO
|
||||
|
@ -1,6 +1,5 @@
|
||||
config BR2_PACKAGE_XDRIVER_XF86_VIDEO_OPENCHROME
|
||||
bool "xf86-video-openchrome"
|
||||
select BR2_PACKAGE_XSERVER_XORG_SERVER
|
||||
select BR2_PACKAGE_LIBDRM
|
||||
select BR2_PACKAGE_MESA3D
|
||||
select BR2_PACKAGE_XLIB_LIBX11
|
||||
|
@ -1,7 +1,6 @@
|
||||
config BR2_PACKAGE_XDRIVER_XF86_VIDEO_R128
|
||||
bool "xf86-video-r128"
|
||||
select BR2_PACKAGE_MESA3D
|
||||
select BR2_PACKAGE_XSERVER_XORG_SERVER
|
||||
select BR2_PACKAGE_XPROTO_FONTSPROTO
|
||||
select BR2_PACKAGE_XPROTO_RANDRPROTO
|
||||
select BR2_PACKAGE_XPROTO_RENDERPROTO
|
||||
|
@ -1,6 +1,5 @@
|
||||
config BR2_PACKAGE_XDRIVER_XF86_VIDEO_SAVAGE
|
||||
bool "xf86-video-savage"
|
||||
select BR2_PACKAGE_XSERVER_XORG_SERVER
|
||||
select BR2_PACKAGE_LIBDRM
|
||||
select BR2_PACKAGE_MESA3D
|
||||
select BR2_PACKAGE_XPROTO_FONTSPROTO
|
||||
|
@ -1,6 +1,5 @@
|
||||
config BR2_PACKAGE_XDRIVER_XF86_VIDEO_SILICONMOTION
|
||||
bool "xf86-video-siliconmotion"
|
||||
select BR2_PACKAGE_XSERVER_XORG_SERVER
|
||||
select BR2_PACKAGE_XPROTO_FONTSPROTO
|
||||
select BR2_PACKAGE_XPROTO_RANDRPROTO
|
||||
select BR2_PACKAGE_XPROTO_RENDERPROTO
|
||||
|
@ -1,6 +1,5 @@
|
||||
config BR2_PACKAGE_XDRIVER_XF86_VIDEO_SIS
|
||||
bool "xf86-video-sis"
|
||||
select BR2_PACKAGE_XSERVER_XORG_SERVER
|
||||
select BR2_PACKAGE_LIBDRM
|
||||
select BR2_PACKAGE_MESA3D
|
||||
select BR2_PACKAGE_XPROTO_FONTSPROTO
|
||||
|
@ -1,6 +1,5 @@
|
||||
config BR2_PACKAGE_XDRIVER_XF86_VIDEO_TDFX
|
||||
bool "xf86-video-tdfx"
|
||||
select BR2_PACKAGE_XSERVER_XORG_SERVER
|
||||
select BR2_PACKAGE_LIBDRM
|
||||
select BR2_PACKAGE_MESA3D
|
||||
select BR2_PACKAGE_XPROTO_FONTSPROTO
|
||||
|
@ -1,6 +1,5 @@
|
||||
config BR2_PACKAGE_XDRIVER_XF86_VIDEO_TGA
|
||||
bool "xf86-video-tga"
|
||||
select BR2_PACKAGE_XSERVER_XORG_SERVER
|
||||
select BR2_PACKAGE_XPROTO_FONTSPROTO
|
||||
select BR2_PACKAGE_XPROTO_RANDRPROTO
|
||||
select BR2_PACKAGE_XPROTO_RENDERPROTO
|
||||
|
@ -1,6 +1,5 @@
|
||||
config BR2_PACKAGE_XDRIVER_XF86_VIDEO_TRIDENT
|
||||
bool "xf86-video-trident"
|
||||
select BR2_PACKAGE_XSERVER_XORG_SERVER
|
||||
select BR2_PACKAGE_XPROTO_FONTSPROTO
|
||||
select BR2_PACKAGE_XPROTO_RANDRPROTO
|
||||
select BR2_PACKAGE_XPROTO_RENDERPROTO
|
||||
|
@ -1,6 +1,5 @@
|
||||
config BR2_PACKAGE_XDRIVER_XF86_VIDEO_V4L
|
||||
bool "xf86-video-v4l"
|
||||
select BR2_PACKAGE_XSERVER_XORG_SERVER
|
||||
select BR2_PACKAGE_XPROTO_RANDRPROTO
|
||||
select BR2_PACKAGE_XPROTO_VIDEOPROTO
|
||||
select BR2_PACKAGE_XPROTO_XPROTO
|
||||
|
@ -1,6 +1,5 @@
|
||||
config BR2_PACKAGE_XDRIVER_XF86_VIDEO_VESA
|
||||
bool "xf86-video-vesa"
|
||||
select BR2_PACKAGE_XSERVER_XORG_SERVER
|
||||
select BR2_PACKAGE_XPROTO_FONTSPROTO
|
||||
select BR2_PACKAGE_XPROTO_RANDRPROTO
|
||||
select BR2_PACKAGE_XPROTO_RENDERPROTO
|
||||
|
@ -1,6 +1,5 @@
|
||||
config BR2_PACKAGE_XDRIVER_XF86_VIDEO_VMWARE
|
||||
bool "xf86-video-vmware"
|
||||
select BR2_PACKAGE_XSERVER_XORG_SERVER
|
||||
select BR2_PACKAGE_XPROTO_FONTSPROTO
|
||||
select BR2_PACKAGE_XPROTO_RANDRPROTO
|
||||
select BR2_PACKAGE_XPROTO_RENDERPROTO
|
||||
|
@ -1,6 +1,5 @@
|
||||
config BR2_PACKAGE_XDRIVER_XF86_VIDEO_VOODOO
|
||||
bool "xf86-video-voodoo"
|
||||
select BR2_PACKAGE_XSERVER_XORG_SERVER
|
||||
select BR2_PACKAGE_XPROTO_FONTSPROTO
|
||||
select BR2_PACKAGE_XPROTO_RANDRPROTO
|
||||
select BR2_PACKAGE_XPROTO_RENDERPROTO
|
||||
|
@ -1,6 +1,5 @@
|
||||
config BR2_PACKAGE_XDRIVER_XF86_VIDEO_WSFB
|
||||
bool "xf86-video-wsfb"
|
||||
select BR2_PACKAGE_XSERVER_XORG_SERVER
|
||||
select BR2_PACKAGE_XPROTO_FONTSPROTO
|
||||
select BR2_PACKAGE_XPROTO_RANDRPROTO
|
||||
select BR2_PACKAGE_XPROTO_RENDERPROTO
|
||||
|
Loading…
Reference in New Issue
Block a user