diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2013-10-11 22:12:19 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2013-10-11 22:12:19 +0200 |
commit | 4c177a661fd1ef599835de56776b0ebda6d78e3c (patch) | |
tree | e6fefff176cd073039dfdacb15d751e716608b64 | |
parent | af6014e3bc82b0f9998978819e217b6e020ccdc0 (diff) | |
download | meta-qt5-4c177a661fd1ef599835de56776b0ebda6d78e3c.tar.gz |
qtbase: Disable freetype by default
* building qbasicfontdatabase fails without fontconfig enabled
| /home/jenkins/webos-ports/workspace/webos-ports/tmp-eglibc/sysroots/a500/usr/include/ft2build.h:56:38:
fatal error: freetype/config/ftheader.h: No such file or directory
| #include <freetype/config/ftheader.h>
| ^
| compilation terminated.
| make[2]: *** [.obj/release-shared/qbasicfontdatabase.o] Error 1
| make[2]: *** Waiting for unfinished jobs....
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
-rw-r--r-- | recipes-qt/qt5/qtbase.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-qt/qt5/qtbase.inc b/recipes-qt/qt5/qtbase.inc index d1831a1a..b752a065 100644 --- a/recipes-qt/qt5/qtbase.inc +++ b/recipes-qt/qt5/qtbase.inc | |||
@@ -40,7 +40,7 @@ RDEPENDS_${PN}-tools += "perl" | |||
40 | PACKAGECONFIG_GL ?= "${@base_contains('DISTRO_FEATURES', 'opengl', 'gl', '', d)}" | 40 | PACKAGECONFIG_GL ?= "${@base_contains('DISTRO_FEATURES', 'opengl', 'gl', '', d)}" |
41 | PACKAGECONFIG_FB ?= "${@base_contains('DISTRO_FEATURES', 'directfb', 'directfb', '', d)}" | 41 | PACKAGECONFIG_FB ?= "${@base_contains('DISTRO_FEATURES', 'directfb', 'directfb', '', d)}" |
42 | PACKAGECONFIG_X11 ?= "${@base_contains('DISTRO_FEATURES', 'x11', 'xcb xvideo xsync xshape xrender xrandr xfixes xinput2 xinput xinerama xcursor gtkstyle', '', d)}" | 42 | PACKAGECONFIG_X11 ?= "${@base_contains('DISTRO_FEATURES', 'x11', 'xcb xvideo xsync xshape xrender xrandr xfixes xinput2 xinput xinerama xcursor gtkstyle', '', d)}" |
43 | PACKAGECONFIG_FONTS ?= "freetype" | 43 | PACKAGECONFIG_FONTS ?= "" |
44 | PACKAGECONFIG_SYSTEM ?= "jpeg libpng zlib" | 44 | PACKAGECONFIG_SYSTEM ?= "jpeg libpng zlib" |
45 | PACKAGECONFIG_MULTIMEDIA ?= "${@base_contains('DISTRO_FEATURES', 'pulseaudio', 'pulseaudio', '', d)}" | 45 | PACKAGECONFIG_MULTIMEDIA ?= "${@base_contains('DISTRO_FEATURES', 'pulseaudio', 'pulseaudio', '', d)}" |
46 | PACKAGECONFIG_DISTRO ?= "" | 46 | PACKAGECONFIG_DISTRO ?= "" |