All of lore.kernel.org
 help / color / mirror / Atom feed
From: Peter Maydell <peter.maydell@linaro.org>
To: Gerd Hoffmann <kraxel@redhat.com>
Cc: Alistair Francis <alistair23@gmail.com>,
	"qemu-devel@nongnu.org Developers" <qemu-devel@nongnu.org>
Subject: Re: [Qemu-devel] [PATCH] pixman: drop submodule
Date: Tue, 5 Sep 2017 14:10:10 +0100	[thread overview]
Message-ID: <CAFEAcA9+L+9TaN9YAqrpzD0LTELDyMD0xw1u-_aipfMvWTAzaQ@mail.gmail.com> (raw)
In-Reply-To: <1504506678.18331.1.camel@redhat.com>

On 4 September 2017 at 07:31, Gerd Hoffmann <kraxel@redhat.com> wrote:
>   Hi,
>
>> > diff --git a/configure b/configure
>> > index dd73cce62f..73760430b0 100755
>> > --- a/configure
>> > +++ b/configure
>> > @@ -930,8 +930,6 @@ for opt do
>> >    ;;
>> >    --with-system-pixman) pixman="system"
>>
>> Is there any use case for '--with-system-pixman now?
>
> There is "--without-pixman" (so you can turn off pixman if you don't
> want build the system emulation).  So IMHO it makes sense to leave the
> opposite switch in.  The name is a bit strange now, but changing it
> might break build scripts, so I left it as-is.  Maybe configure should
> accept both "--with-pixman" and "--with-system-pixman"?

There's an argument that we don't need any configure options
for pixman any more:
 * if you're not building the system emulation then we can
   just automatically skip the pixman check
 * if you are building the system emulation then we need a
   pixman and have to complain if it doesn't exist

The usual reason for a --with-foo is for the "if foo doesn't
exist then we can still build but with some feature disabled",
in which case distros want to be able to say "fail if foo
not present rather than proceeding in degraded mode". That
doesn't apply for pixman. (We don't have a --with-glib flag
either).

This patch passed on all my build-test machines and configs,
which surprised me a bit but is good news as it suggests
that system pixman is present pretty much everywhere :-)

thanks
-- PMM

  reply	other threads:[~2017-09-05 13:10 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-09-01 10:50 [Qemu-devel] [PATCH] pixman: drop submodule Gerd Hoffmann
2017-09-01 15:26 ` Fam Zheng
2017-09-01 22:13 ` Alistair Francis
2017-09-01 22:17   ` Eric Blake
2017-09-01 22:33     ` Alistair Francis
2017-09-04  6:31   ` Gerd Hoffmann
2017-09-05 13:10     ` Peter Maydell [this message]
2017-09-13 14:56 ` Konrad Rzeszutek Wilk

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=CAFEAcA9+L+9TaN9YAqrpzD0LTELDyMD0xw1u-_aipfMvWTAzaQ@mail.gmail.com \
    --to=peter.maydell@linaro.org \
    --cc=alistair23@gmail.com \
    --cc=kraxel@redhat.com \
    --cc=qemu-devel@nongnu.org \
    /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.