Go to file
Joshua Henderson e8d2188db3 package/qt5base: only build libgtk3 support for X11 backend
libgtk3 can conditionally be build with or without the X11 backend
unlike libgtk2. If libgtk3 is enabled and the X11 backend is not enabled
for BR2_PACKAGE_QT5_VERSION_LATEST, QT_EGL_NO_X11 or
MESA_EGL_NO_X11_HEADERS needs to be defined.

The proper way is to patch Qt to use pkg-config to fetch the correct
flags [1], or to add it to arch.conf like is done in commit 7d286be4f9.
For now, however, just disable libgtk3 support unless the X11 backend
is used.

Fixes http://autobuild.buildroot.net/results/6f3c2fcb0a44cd13ef4c73822d4d08f923291099

[1] https://codereview.qt-project.org/#/c/198906/

Signed-off-by: Joshua Henderson <joshua.henderson@microchip.com>
Cc: Julien Corjon <corjon.j@ecagroup.com>
Cc: Brent Sink <brents_3@hotmail.com>
Cc: Naoki Matsumoto <n-matsumoto@melcoinc.co.jp>
[Arnout:
- extend commit message
- improve comment
- also pass -no-gtk if libgtk3 is not selected]
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
2017-08-11 14:01:12 +02:00
arch
board configs/socrates_cyclone5: new defconfig 2017-08-02 21:45:26 +02:00
boot
configs olimex_a20_olinuxino_lime: bump linux and U-Boot versions 2017-08-10 12:51:11 +02:00
docs Update for 2017.08-rc1 2017-08-02 23:00:13 +02:00
fs fs: add pre- and post-command hooks 2017-08-02 20:58:27 +02:00
linux linux: Fix URL for release candidate versions 2017-08-11 12:35:16 +02:00
package package/qt5base: only build libgtk3 support for X11 backend 2017-08-11 14:01:12 +02:00
support support/testing: allow to use a multiplier for timeouts 2017-08-10 10:08:06 +02:00
system system: make systemd work on a read-only rootfs 2017-08-02 20:59:27 +02:00
toolchain
utils utils/readme.txt: add documentation of genrandconfig 2017-07-29 15:41:09 +02:00
.defconfig
.gitignore
.gitlab-ci.yml .gitlab-ci.yml: use large timeouts for runtime tests 2017-08-10 10:08:55 +02:00
.gitlab-ci.yml.in .gitlab-ci.yml: use large timeouts for runtime tests 2017-08-10 10:08:55 +02:00
CHANGES CHANGES: final update before 2017.08-rc1 2017-08-02 22:49:54 +02:00
Config.in
Config.in.legacy binutils: remove support for 2.26 2017-08-01 23:38:05 +02:00
COPYING
DEVELOPERS configs/socrates_cyclone5: new defconfig 2017-08-02 21:45:26 +02:00
Makefile Update for 2017.08-rc1 2017-08-02 23:00:13 +02:00
Makefile.legacy
README

Buildroot is a simple, efficient and easy-to-use tool to generate embedded
Linux systems through cross-compilation.

The documentation can be found in docs/manual. You can generate a text
document with 'make manual-text' and read output/docs/manual/manual.text.
Online documentation can be found at http://buildroot.org/docs.html

To build and use the buildroot stuff, do the following:

1) run 'make menuconfig'
2) select the target architecture and the packages you wish to compile
3) run 'make'
4) wait while it compiles
5) find the kernel, bootloader, root filesystem, etc. in output/images

You do not need to be root to build or run buildroot.  Have fun!

Buildroot comes with a basic configuration for a number of boards. Run
'make list-defconfigs' to view the list of provided configurations.

Please feed suggestions, bug reports, insults, and bribes back to the
buildroot mailing list: buildroot@buildroot.org
You can also find us on #buildroot on Freenode IRC.

If you would like to contribute patches, please read
https://buildroot.org/manual.html#submitting-patches