blob: 7de6a82a62b39abdf05de18bdf3aed1b1a30c3c4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
require qt4-x11-free.inc
require qt4-${PV}.inc
PR = "${INC_PR}.2"
QT_CONFIG_FLAGS_append_arm = "${@bb.utils.contains("TUNE_FEATURES", "neon", "", " -no-neon" ,d)}"
QT_CONFIG_FLAGS += " \
-no-embedded \
-xrandr \
-x11"
|