In theory we can just add a PACKAGECONFIG for qt6 that uses meta-qt6, but that fails to find the native binaries in the sysroot and I don't know how to fix this.
Signed-off-by: Ross Burton <[email protected]> --- meta/recipes-gnome/libportal/libportal_0.11.0.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/meta/recipes-gnome/libportal/libportal_0.11.0.bb b/meta/recipes-gnome/libportal/libportal_0.11.0.bb index 4d18bb4acdb..9e5e84947e0 100644 --- a/meta/recipes-gnome/libportal/libportal_0.11.0.bb +++ b/meta/recipes-gnome/libportal/libportal_0.11.0.bb @@ -22,7 +22,8 @@ PACKAGECONFIG ??= "${@oe.utils.vartrue('CAN_GTK', 'gtk3', '', d)} \ PACKAGECONFIG[gtk3] = "-Dbackend-gtk3=enabled,-Dbackend-gtk3=disabled,gtk+3" PACKAGECONFIG[gtk4] = "-Dbackend-gtk4=enabled,-Dbackend-gtk4=disabled,gtk4" -EXTRA_OEMESON = "${@bb.utils.contains('GI_DATA_ENABLED', 'True', '-Dvapi=true', '-Dvapi=false', d)} -Dbackend-qt5=disabled" +EXTRA_OEMESON = "${@bb.utils.contains('GI_DATA_ENABLED', 'True', '-Dvapi=true', '-Dvapi=false', d)} \ + -Dbackend-qt5=disabled -Dbackend-qt6=disabled" PACKAGES =+ "${PN}-gtk3 ${PN}-gtk4" -- 2.43.0
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#245989): https://lists.openembedded.org/g/openembedded-core/message/245989 Mute This Topic: https://lists.openembedded.org/mt/121281216/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
