diff options
Diffstat (limited to 'meta/recipes-qt/qt4/qt4-x11-free.inc')
-rw-r--r-- | meta/recipes-qt/qt4/qt4-x11-free.inc | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/meta/recipes-qt/qt4/qt4-x11-free.inc b/meta/recipes-qt/qt4/qt4-x11-free.inc index 404d8b8563..20ad30c579 100644 --- a/meta/recipes-qt/qt4/qt4-x11-free.inc +++ b/meta/recipes-qt/qt4/qt4-x11-free.inc | |||
@@ -12,11 +12,13 @@ INC_PR = "r47" | |||
12 | QT_GLFLAGS ?= "${@base_contains('DISTRO_FEATURES', 'opengl', '-opengl', '-no-opengl', d)} " | 12 | QT_GLFLAGS ?= "${@base_contains('DISTRO_FEATURES', 'opengl', '-opengl', '-no-opengl', d)} " |
13 | QT_GLFLAGS_qemux86 = "-opengl" | 13 | QT_GLFLAGS_qemux86 = "-opengl" |
14 | QT_GLFLAGS_qemuppc = "-opengl" | 14 | QT_GLFLAGS_qemuppc = "-opengl" |
15 | QT_CONFIG_FLAGS += "-no-xinerama -no-xkb" | 15 | QT_X11_FLAGS ?= "-no-xinerama -no-xkb" |
16 | QT_CONFIG_FLAGS += "${QT_X11_FLAGS}" | ||
16 | QT_BASE_LIB ?= "libqt" | 17 | QT_BASE_LIB ?= "libqt" |
17 | 18 | ||
18 | # required by kdelibs4 | 19 | # required by kdelibs4 |
19 | QT_DISTRO_FLAGS = "-accessibility -sm" | 20 | QT_KDE_FLAGS ?= "-accessibility -sm" |
21 | QT_DISTRO_FLAGS ?= "${QT_KDE_FLAGS}" | ||
20 | 22 | ||
21 | inherit qt4x11 | 23 | inherit qt4x11 |
22 | 24 | ||