On 22 Nov 2023, at 06:31, Khem Raj via lists.openembedded.org <[email protected]> wrote: > +PACKAGECONFIG ??= " \ > + gnutls \ > + ${@bb.utils.filter('DISTRO_FEATURES', 'systemd', d)} \ > + ${@bb.utils.contains('DISTRO_FEATURES', 'opengl', 'gtk4', '', d)} \ > +" > +PACKAGECONFIG[gtk4] = "-Dgtk4=true,-Dgtk4=false,gtk4”
So for example a Sato system which is entirely 100% GTK+3 will now also pull in the entire GTK4 stack, right? That’s clearly and obviously the wrong thing to do. Split the packages so that the GTK3 binaries are in separate packages to the GTK4 binaries. Ross
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#191207): https://lists.openembedded.org/g/openembedded-core/message/191207 Mute This Topic: https://lists.openembedded.org/mt/102744802/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
