All of lore.kernel.org
 help / color / mirror / Atom feed
From: Markos Chandras <Markos.Chandras@imgtec.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 16:47:53 +0100	[thread overview]
Message-ID: <4F981CA9.4060900@imgtec.com> (raw)
In-Reply-To: <20120425174238.68b9b354@skate>

On 04/25/2012 04:42 PM, Thomas Petazzoni wrote:

> 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


Hi Thomas,

Thanks. A new patch is coming asap

-- 
markos

      reply	other threads:[~2012-04-25 15:47 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
2012-04-25 15:47   ` Markos Chandras [this message]

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=4F981CA9.4060900@imgtec.com \
    --to=markos.chandras@imgtec.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.