summaryrefslogtreecommitdiffstats
path: root/meta/recipes-qt/qt4/qt4-x11-free_4.8.7.bb
blob: 5cb5e6817d6ca453bb9cbe9244ffcda2eab02cb7 (plain)
1
2
3
4
5
6
7
8
9
require qt4-x11-free.inc
require qt4-${PV}.inc

QT_CONFIG_FLAGS_append_arm = "${@bb.utils.contains("TUNE_FEATURES", "neon", "", " -no-neon" ,d)}"

QT_CONFIG_FLAGS += " \
 -no-embedded \
 -xrandr \
 -x11"