qtbase_git.bbappend 845 Bytes
Newer Older
1
FILESEXTRAPATHS_prepend := "${THISDIR}/qtbase:"
2 3
SRC_URI += " file://0001-Forces-GLES2-the-dirty-way.patch \
             file://0002-qplatforminputcontextfactory-Use-qtvirtualkeyboard-b.patch"
4

Florent Revest's avatar
Florent Revest committed
5
# Remove dependencies to mesa
6
PACKAGECONFIG_remove = "tests"
7
PACKAGECONFIG_remove = "widgets"
Florent Revest's avatar
Florent Revest committed
8
PACKAGECONFIG_remove = "gl"
9
PACKAGECONFIG_append = "gles2 mtdev sql-sqlite glib fontconfig gif"
10
PACKAGECONFIG_GL_append_qemux86 = " eglfs gbm kms"
11

12 13
QT_CONFIG_FLAGS += "--no-feature-getentropy"

14
QT_CONFIG_FLAGS += "-no-qpa-platform-guard ${@bb.utils.contains('DISTRO_FEATURES', 'ld-is-gold', '-use-gold-linker', '-no-use-gold-linker', d)}"
15
PACKAGECONFIG_X11 = "${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'xcb xrender xinput2 glib xkb xkbcommon-evdev', 'xkbcommon-evdev', d)}"
16 17

DEPENDS += "gstreamer1.0 gstreamer1.0-plugins-base gstreamer1.0-plugins-bad"