diff options
| author | Martin Jansa <Martin.Jansa@gmail.com> | 2012-12-12 06:09:18 +0100 |
|---|---|---|
| committer | Martin Jansa <Martin.Jansa@gmail.com> | 2012-12-12 06:13:33 +0100 |
| commit | a03f6cc2bf012d5e43eb27210f8b835a80d50346 (patch) | |
| tree | b1d026a0aabbe9e6cda62cd017f08d08f30b4ff5 /recipes-qt | |
| parent | 6ce8dc82b7122707ba51c252645b6e654606228d (diff) | |
| download | meta-qt5-a03f6cc2bf012d5e43eb27210f8b835a80d50346.tar.gz | |
qtbase: disable xcb
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes-qt')
| -rw-r--r-- | recipes-qt/qt5/qtbase.inc | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/recipes-qt/qt5/qtbase.inc b/recipes-qt/qt5/qtbase.inc index e85ff6e1..628e767a 100644 --- a/recipes-qt/qt5/qtbase.inc +++ b/recipes-qt/qt5/qtbase.inc | |||
| @@ -7,9 +7,12 @@ SRC_URI += " \ | |||
| 7 | " | 7 | " |
| 8 | 8 | ||
| 9 | # to provide xcb/xcb_icccm.h, xcb/xcb_image.h, xcb/xcb_keysyms.h and dbus/dbus.h | 9 | # to provide xcb/xcb_icccm.h, xcb/xcb_image.h, xcb/xcb_keysyms.h and dbus/dbus.h |
| 10 | DEPENDS += "xcb-util-wm xcb-util-image xcb-util-keysyms dbus" | 10 | # DEPENDS += "xcb-util-wm xcb-util-image xcb-util-keysyms dbus" |
| 11 | # reenable when we switch to "-qt-xcb" and build of | ||
| 12 | # src/platformsupport/glxconvenience/ is resolved to be before build of | ||
| 13 | # src/plugins/platforms/xcb/ | ||
| 11 | 14 | ||
| 12 | QT_MODULE_FLAGS ?= "-system-xcb" | 15 | QT_MODULE_FLAGS = "-no-xcb" |
| 13 | 16 | ||
| 14 | INC_PR = "r0" | 17 | INC_PR = "r0" |
| 15 | 18 | ||
