mirror of
http://code.qt.io/yocto/meta-qt6.git
synced 2026-01-01 13:58:07 +00:00
qtbase: workaround broken config for librt
Posix shared memory feature depends on librt which is used from uninative package in native build. CMake doesn't find it there, which breaks the build. Workaround this by disabling the feature. Task-number: QTBUG-111049 Change-Id: I68ab6fd2f4d0520f125dd8e3c13266477dfc26c1 Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
This commit is contained in:
parent
f555df08fc
commit
36006c9897
|
|
@ -153,6 +153,10 @@ EXTRA_OECMAKE += "\
|
|||
-DQT_AVOID_CMAKE_ARCHIVING_API=ON \
|
||||
"
|
||||
|
||||
EXTRA_OECMAKE:append:class-native = "\
|
||||
-DFEATURE_posix_shm=OFF \
|
||||
"
|
||||
|
||||
EXTRA_OECMAKE:append:class-target = "\
|
||||
-DFEATURE_rpath=OFF \
|
||||
-DQT_QPA_DEFAULT_PLATFORM=${QT_QPA_DEFAULT_PLATFORM} \
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user