All of lore.kernel.org
 help / color / mirror / Atom feed
From: Peter Seiderer <ps.report@gmx.net>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH v1 0/3] qt5: fix build issue with mesa w/out xcb
Date: Thu, 22 Feb 2018 19:32:20 +0100	[thread overview]
Message-ID: <20180222193220.38bc39cc@gmx.net> (raw)
In-Reply-To: <20180222164738.kprf7kz2u3vywpxm@archlinux>

Hello Ga?l,

On Thu, 22 Feb 2018 11:47:38 -0500, Ga?l PORTAY <gael.portay@savoirfairelinux.com> wrote:

> All,
> 
> On Sun, Feb 11, 2018 at 11:25:21PM -0500, Ga?l PORTAY wrote:
> > Hi all,
> > 
> > Julien Corjon and I have noticed a build issue with qtmultimedia,
> > qtwayland and qtwebkit modules when using mesa3d (as EGL backend)
> > without using XCB. When BR2_PACKAGE_LIBXCB is set the issue is gone.
> > Julien has opened an issue in Qt tracker[1].
> > 
> > The mesa's EGL/eglplatform.h header includes X11 headers unless the
> > macro MESA_EGL_NO_X11_HEADERS is defined[2].
> > 
> > 	/home/gportay/src/buildroot/output-qt5.10/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/EGL/eglplatform.h:118:22: fatal error: X11/Xlib.h: No such file or directory
> > 	 #include <X11/Xlib.h>
> > 	                      ^
> > 	compilation terminated.
> > 
> > The workaround tells qmake to pass the cflag MESA_EGL_NO_X11_HEADERS to
> > make that prevents from including the missing X headers.
> > 
> > This workaround is performed in the situation when mesa3d is in use as
> > OpenGL EGL backend and when XCB library is *not* compiled.
> > 
> > [1]: https://bugreports.qt.io/browse/QTBUG-66233
> > [2]: https://github.com/mesa3d/mesa/blob/79ee1b2ff0b85f4eeb4165d23a7943c28d3a3d93/include/EGL/eglplatform.h#L109-L125
> >   
> 
> As discussed with Thomas on the #buildroot channel:
> 
> 	2018-02-16 09:01:14	kos_tom	gportay: I think the OpenGL implementation should provide those flags in its .pc file, and qt should pick them up from there
> 
> Hopefully, the MESA_EGL_NO_X11_HEADERS cflags is present the egl.pc file
> from mesa3d:
> 
> 	$ output/host/bin/pkg-config --cflags-only-other egl
> 	 -DMESA_EGL_NO_X11_HEADERS
> 
> I will work on a proper solution that will be integrated in every Qt
> projects that are impacted by this issue.
> 
> I need time/help to hundersand how qmake works in order to append the
> egl cflags given by pkg-config in qmake.
> 

Maybe take a look at the openembedded patch [1] (and upstream bug report[2]
and patch [3]) 'egl.prf: Fix build error when egl headers need platform
definition', stating:

  Gain the value through pkg-config and pass it through QMAKE_CFLAGS_EGL.

Regards,
Peter

[1] https://patchwork.openembedded.org/patch/141287/
[2] https://bugreports.qt.io/browse/QTBUG-61712
[3] https://codereview.qt-project.org/#/c/198906/

> I almost sure that I will miss the release. So, would you agree to
> accept this patch serie as a temporary workaround since it fixes a real
> build issue?
> 
> > Regards,
> > Ga?l PORTAY (3):
> >   qt5webkit: fix build issue with mesa3d w/out xcb
> >   qt5multimedia: fix build issue with mesa3d w/out xcb
> >   qt5wayland: fix build issue with mesa3d w/out xcb
> > 
> >  package/qt5/qt5multimedia/qt5multimedia.mk | 11 ++++++++++-
> >  package/qt5/qt5wayland/qt5wayland.mk       |  9 +++++++++
> >  package/qt5/qt5webkit/qt5webkit.mk         | 11 ++++++++++-
> >  3 files changed, 29 insertions(+), 2 deletions(-)
> > 
> > -- 
> > 2.15.1
> >  
> 
> Regards,
> Gael
> _______________________________________________
> buildroot mailing list
> buildroot at busybox.net
> http://lists.busybox.net/mailman/listinfo/buildroot

  reply	other threads:[~2018-02-22 18:32 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-02-12  4:25 [Buildroot] [PATCH v1 0/3] qt5: fix build issue with mesa w/out xcb Gaël PORTAY
2018-02-12  4:25 ` [Buildroot] [PATCH v1 1/3] qt5webkit: fix build issue with mesa3d " Gaël PORTAY
2018-02-27 21:00   ` Peter Korsgaard
2018-02-12  4:25 ` [Buildroot] [PATCH v1 2/3] qt5multimedia: " Gaël PORTAY
2018-02-27 21:01   ` Peter Korsgaard
2018-02-12  4:25 ` [Buildroot] [PATCH v1 3/3] qt5wayland: " Gaël PORTAY
2018-02-27 20:57   ` Peter Korsgaard
2018-02-22 16:47 ` [Buildroot] [PATCH v1 0/3] qt5: fix build issue with mesa " Gaël PORTAY
2018-02-22 18:32   ` Peter Seiderer [this message]
2018-02-27 20:56   ` Peter Korsgaard

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=20180222193220.38bc39cc@gmx.net \
    --to=ps.report@gmx.net \
    --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.