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