mirror of
https://github.com/thead-yocto-mirror/meta-openembedded
synced 2026-09-17 04:31:56 +02:00
This gives us both qt4-x11 and qt4-embedded; qt4-x11 was already present in yocto, but was lacking features Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
15 lines
181 B
BlitzBasic
15 lines
181 B
BlitzBasic
DEFAULT_PREFERENCE = "-1"
|
|
|
|
require qt4-embedded.inc
|
|
|
|
PR = "${INC_PR}.0"
|
|
|
|
QT_CONFIG_FLAGS_append_armv6 = " -no-neon "
|
|
|
|
require qt-${PV}.inc
|
|
|
|
QT_CONFIG_FLAGS += " \
|
|
-exceptions \
|
|
"
|
|
|