qt5base: correct eglfs support in qmake.conf.in
authorGiulio Benetti <giulio.benetti@micronovasrl.com>
Mon, 13 Nov 2017 18:41:54 +0000 (19:41 +0100)
committerArnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Wed, 4 Apr 2018 21:35:22 +0000 (23:35 +0200)
commit81fb33af2a6e4f4d379da3372b2a607b7ae1a21f
tree476d92ac97799e2cb1ccc974b0f505c388eea582
parent8193cd84a56f5c8fe925c2c74271e474c191b6f5
qt5base: correct eglfs support in qmake.conf.in

Setting EGLFS_DEVICE_INTEGRATION at the end of qmake.conf like is done
by commit 0c219ddb8a doesn't work correctly: it has to be set before the
include(../common/linux_device_post.conf)

Instead of appending to the file, change it into a qmake.conf.in
template file that contains a placeholder for the
EGLFS_DEVICE_INTEGRATION assignment and update it with sed. Since the
sed always has to be executed, this removes the need for a separate
QT5BASE_CONFIGURE_QMAKE_CONFIG definition.

Signed-off-by: Giulio Benetti <giulio.benetti@micronovasrl.com>
[Arnout: simplify the replacement, move sunxi-mali support to a
 separate patch]
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
package/qt5/qt5base/qmake.conf [deleted file]
package/qt5/qt5base/qmake.conf.in [new file with mode: 0644]
package/qt5/qt5base/qt5base.mk