mirror of
https://github.com/thead-yocto-mirror/meta-qt5
synced 2026-06-21 08:52:35 +02:00
python-pyqtchart: remove PyQt_qreal_double from DISABLED_FEATURES
Since Qt 5.2.0 the qreal is double (see change d8bf317546bc in qtbase.git). Signed-off-by: Artem Panfilov <panfilov.artyom@gmail.com>
This commit is contained in:
committed by
Martin Jansa
parent
34ae49f890
commit
79b0f3a605
@@ -28,8 +28,6 @@ PARALLEL_MAKEINST = ""
|
||||
|
||||
DISABLED_FEATURES = "PyQt_Desktop_OpenGL PyQt_Accessibility PyQt_SessionManager"
|
||||
|
||||
DISABLED_FEATURES_append_arm = " PyQt_qreal_double"
|
||||
|
||||
do_configure_prepend() {
|
||||
cd ${S}
|
||||
echo "[PyQt 5]" > pyqt.cfg
|
||||
|
||||
Reference in New Issue
Block a user