[Buildroot] [PATCH] xf86-input-vmmouse: Make xf86-input-vmmouse available only to x86/x86_64 architectures

Thomas Petazzoni thomas.petazzoni at free-electrons.com
Wed Apr 25 15:42:38 UTC 2012


Le Wed, 25 Apr 2012 16:38:09 +0100,
Markos Chandras <markos.chandras at imgtec.com> a écrit :

> diff --git a/package/x11r7/xdriver_xf86-input-vmmouse/Config.in b/package/x11r7/xdriver_xf86-input-vmmouse/Config.in
> index 377e7e4..dc24691 100644
> --- a/package/x11r7/xdriver_xf86-input-vmmouse/Config.in
> +++ b/package/x11r7/xdriver_xf86-input-vmmouse/Config.in
> @@ -1,3 +1,4 @@
> +if BR2_i386 || BR2_x86_64

I would prefer a

	depends on BR2_i386 || BR2_x86_64

below:

config BR2_PACKAGE_XDRIVER_XF86_INPUT_VMMOUSE
  	bool "xf86-input-vmmouse"

because that's what we do for all other packages.

Thomas
-- 
Thomas Petazzoni, Free Electrons
Kernel, drivers, real-time and embedded Linux
development, consulting, training and support.
http://free-electrons.com


More information about the buildroot mailing list