diff options
Diffstat (limited to 'meta/recipes-qt')
-rw-r--r-- | meta/recipes-qt/qt4/qt4-x11-free.inc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/recipes-qt/qt4/qt4-x11-free.inc b/meta/recipes-qt/qt4/qt4-x11-free.inc index 072c522d43..a59198d1a6 100644 --- a/meta/recipes-qt/qt4/qt4-x11-free.inc +++ b/meta/recipes-qt/qt4/qt4-x11-free.inc | |||
@@ -13,6 +13,9 @@ QT_GLFLAGS_qemuppc = "-opengl" | |||
13 | QT_CONFIG_FLAGS += "-no-xinerama -no-xkb" | 13 | QT_CONFIG_FLAGS += "-no-xinerama -no-xkb" |
14 | QT_BASE_LIB ?= "libqt" | 14 | QT_BASE_LIB ?= "libqt" |
15 | 15 | ||
16 | # required by kdelibs4 | ||
17 | QT_DISTRO_FLAGS = "-accessibility -sm" | ||
18 | |||
16 | inherit qt4x11 | 19 | inherit qt4x11 |
17 | 20 | ||
18 | do_install_append() { | 21 | do_install_append() { |