diff options
Diffstat (limited to 'meta/recipes-qt/qt4/qt4-x11-free_4.7.4.bb')
-rw-r--r-- | meta/recipes-qt/qt4/qt4-x11-free_4.7.4.bb | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/meta/recipes-qt/qt4/qt4-x11-free_4.7.4.bb b/meta/recipes-qt/qt4/qt4-x11-free_4.7.4.bb new file mode 100644 index 0000000000..2f39ec0a78 --- /dev/null +++ b/meta/recipes-qt/qt4/qt4-x11-free_4.7.4.bb | |||
@@ -0,0 +1,13 @@ | |||
1 | require qt4-x11-free.inc | ||
2 | require qt-${PV}.inc | ||
3 | |||
4 | PR = "${INC_PR}.2" | ||
5 | |||
6 | QT_CONFIG_FLAGS_append_armv6-vfp = " -no-neon " | ||
7 | |||
8 | QT_CONFIG_FLAGS += " \ | ||
9 | -no-embedded \ | ||
10 | -xrandr \ | ||
11 | -x11" | ||
12 | |||
13 | DEFAULT_PREFERENCE = "-1" | ||