mbox

[PULL,for-2.3,0/1] opengl: fix configure test

Message ID 1426587547-13520-1-git-send-email-kraxel@redhat.com
State New
Headers show

Pull-request

git://git.kraxel.org/qemu tags/pull-gl-20150317-1

Message

Gerd Hoffmann March 17, 2015, 10:19 a.m. UTC
Hi,

Unfortunaly the opengl configure test from last sdl pull request doesn't
work correctly, it "fixes" the opengl build problems by simply never
succeeding.  Here comes the real fix.

Tested on everything I have here (which excludes macos).  /me wonders
whenever that is excuse enough to make redhat order me a macbook ...

please verify on macos and pull on success,
  Gerd

The following changes since commit 17b11a1406fdc43b5022f32a6fbfcb005a353b38:

  Merge remote-tracking branch 'remotes/bkoppelmann/tags/pull-tricore-20150316' into staging (2015-03-16 18:27:13 +0000)

are available in the git repository at:


  git://git.kraxel.org/qemu tags/pull-gl-20150317-1

for you to fetch changes up to b1546f3210d89662dca3e88e1021a0089f003551:

  opengl: fix configure test (2015-03-17 11:10:48 +0100)

----------------------------------------------------------------
opengl: fix configure test

----------------------------------------------------------------
Gerd Hoffmann (1):
      opengl: fix configure test

 configure | 19 +++++++++++++++++--
 1 file changed, 17 insertions(+), 2 deletions(-)

Comments

Peter Maydell March 17, 2015, 11:42 a.m. UTC | #1
On 17 March 2015 at 10:19, Gerd Hoffmann <kraxel@redhat.com> wrote:
>   Hi,
>
> Unfortunaly the opengl configure test from last sdl pull request doesn't
> work correctly, it "fixes" the opengl build problems by simply never
> succeeding.  Here comes the real fix.
>
> Tested on everything I have here (which excludes macos).  /me wonders
> whenever that is excuse enough to make redhat order me a macbook ...
>
> please verify on macos and pull on success,
>   Gerd
>
> The following changes since commit 17b11a1406fdc43b5022f32a6fbfcb005a353b38:
>
>   Merge remote-tracking branch 'remotes/bkoppelmann/tags/pull-tricore-20150316' into staging (2015-03-16 18:27:13 +0000)
>
> are available in the git repository at:
>
>
>   git://git.kraxel.org/qemu tags/pull-gl-20150317-1
>
> for you to fetch changes up to b1546f3210d89662dca3e88e1021a0089f003551:
>
>   opengl: fix configure test (2015-03-17 11:10:48 +0100)
>
> ----------------------------------------------------------------
> opengl: fix configure test
>
> ----------------------------------------------------------------

Applied, thanks. (It builds on OSX, at least; I don't have GL/X11
support so configure correctly turns off that config switch.)

-- PMM