diff options
author | Khem Raj <raj.khem@gmail.com> | 2018-11-29 12:50:40 -0800 |
---|---|---|
committer | Andrei Gherzan <andrei@gherzan.ro> | 2018-12-01 12:10:49 +0000 |
commit | c8a05f2fcf17ca2556f8a56086ea36da2e777d0f (patch) | |
tree | 711f5416abba4f61e72688e63adfd94800496d0b | |
parent | a6f96854b61fa8e512c30d9ca814087e0d7822f8 (diff) | |
download | meta-raspberrypi-c8a05f2fcf17ca2556f8a56086ea36da2e777d0f.tar.gz |
qtbase: Do not define QT_QPA_DEFAULT_PLATFORM
leave this to distro since it is based on distro features and not
machine features
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | dynamic-layers/qt5-layer/recipes-qt/qt5/qtbase_%.bbappend | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/dynamic-layers/qt5-layer/recipes-qt/qt5/qtbase_%.bbappend b/dynamic-layers/qt5-layer/recipes-qt/qt5/qtbase_%.bbappend index 9ba06b4..7d6ab84 100644 --- a/dynamic-layers/qt5-layer/recipes-qt/qt5/qtbase_%.bbappend +++ b/dynamic-layers/qt5-layer/recipes-qt/qt5/qtbase_%.bbappend | |||
@@ -12,7 +12,6 @@ do_configure_prepend_rpi() { | |||
12 | # Add the appropriate EGLFS_DEVICE_INTEGRATION | 12 | # Add the appropriate EGLFS_DEVICE_INTEGRATION |
13 | if [ "${@d.getVar('OE_QTBASE_EGLFS_DEVICE_INTEGRATION')}" != "" ]; then | 13 | if [ "${@d.getVar('OE_QTBASE_EGLFS_DEVICE_INTEGRATION')}" != "" ]; then |
14 | echo "EGLFS_DEVICE_INTEGRATION = ${OE_QTBASE_EGLFS_DEVICE_INTEGRATION}" > ${S}/mkspecs/oe-device-extra.pri | 14 | echo "EGLFS_DEVICE_INTEGRATION = ${OE_QTBASE_EGLFS_DEVICE_INTEGRATION}" > ${S}/mkspecs/oe-device-extra.pri |
15 | echo "QT_QPA_DEFAULT_PLATFORM = eglfs" >> ${S}/mkspecs/oe-device-extra.pri | ||
16 | fi | 15 | fi |
17 | } | 16 | } |
18 | RDEPENDS_${PN}_append_rpi = " userland" | 17 | RDEPENDS_${PN}_append_rpi = " userland" |