From: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH] xf86-input-vmmouse: Make xf86-input-vmmouse available only to x86/x86_64 architectures
Date: Wed, 25 Apr 2012 17:42:38 +0200 [thread overview]
Message-ID: <20120425174238.68b9b354@skate> (raw)
In-Reply-To: <1335368289-19192-1-git-send-email-markos.chandras@imgtec.com>
Le Wed, 25 Apr 2012 16:38:09 +0100,
Markos Chandras <markos.chandras@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
next prev parent reply other threads:[~2012-04-25 15:42 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-04-25 15:38 [Buildroot] [PATCH] xf86-input-vmmouse: Make xf86-input-vmmouse available only to x86/x86_64 architectures Markos Chandras
2012-04-25 15:42 ` Thomas Petazzoni [this message]
2012-04-25 15:47 ` Markos Chandras
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20120425174238.68b9b354@skate \
--to=thomas.petazzoni@free-electrons.com \
--cc=buildroot@busybox.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox