Commit 88d66054 authored by Thomas Petazzoni's avatar Thomas Petazzoni Committed by Peter Korsgaard
Browse files

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: default avatarThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Acked-by: default avatarArnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Signed-off-by: default avatarPeter Korsgaard <jacmet@sunsite.dk>
parent 940fcba1
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
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
+0 −1
Original line number Diff line number Diff line
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
+0 −1
Original line number Diff line number Diff line
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
+0 −1
Original line number Diff line number Diff line
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
+0 −1
Original line number Diff line number Diff line
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
Loading